Skip to content

Commit 795b0d0

Browse files
committed
#685 More documentation for CLI
1 parent 501b9cf commit 795b0d0

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

browser/cli/src/generateExternals.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ enum Inserts {
1313

1414
const TEMPLATE = `
1515
/* -----------------------------------
16-
* GENERATED WITH ATOMIC-GENERATE
16+
* GENERATED WITH @tomic-cli
1717
* -------------------------------- */
1818
1919
export const externals = {

browser/cli/src/generateIndex.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ enum Inserts {
1111

1212
const TEMPLATE = `
1313
/* -----------------------------------
14-
* GENERATED WITH ATOMIC-GENERATE
14+
* GENERATED WITH @tomic/cli
1515
* -------------------------------- */
1616
1717
import { registerOntologies } from '${Inserts.MODULE_ALIAS}';

browser/cli/src/generateOntology.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ enum Inserts {
2222

2323
const TEMPLATE = `
2424
/* -----------------------------------
25-
* GENERATED WITH ATOMIC-GENERATE
25+
* GENERATED WITH @tomic/cli
2626
* -------------------------------- */
2727
2828
import { BaseProps } from '${Inserts.MODULE_ALIAS}'

browser/lib/src/urls.ts

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @deprecated
2+
* @deprecated These have been move to their respective onotlogies e.g. core, server, collections, etc.
33
*/
44
export const classes = {
55
agent: 'https://atomicdata.dev/classes/Agent',
@@ -43,7 +43,9 @@ export const classes = {
4343
ontology: 'https://atomicdata.dev/class/ontology',
4444
};
4545

46-
/** @deprecated List of commonly used Atomic Data Properties. */
46+
/**
47+
* @deprecated These have been move to their respective onotlogies e.g. core, server, collections, etc.
48+
*/
4749
export const properties = {
4850
/** Collection of all the AtomicData.dev properties */
4951
allowsOnly: 'https://atomicdata.dev/properties/allowsOnly',
@@ -188,7 +190,7 @@ export const endpoints = {
188190
};
189191

190192
/**
191-
* @deprecated
193+
* @deprecated These have been move to their respective onotlogies e.g. core, server, collections, etc.
192194
*/
193195
export const urls = {
194196
properties,

0 commit comments

Comments
 (0)