Skip to content

Commit

Permalink
#685 More documentation for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps committed Nov 2, 2023
1 parent 501b9cf commit 795b0d0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion browser/cli/src/generateExternals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ enum Inserts {

const TEMPLATE = `
/* -----------------------------------
* GENERATED WITH ATOMIC-GENERATE
* GENERATED WITH @tomic-cli
* -------------------------------- */
export const externals = {
Expand Down
2 changes: 1 addition & 1 deletion browser/cli/src/generateIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ enum Inserts {

const TEMPLATE = `
/* -----------------------------------
* GENERATED WITH ATOMIC-GENERATE
* GENERATED WITH @tomic/cli
* -------------------------------- */
import { registerOntologies } from '${Inserts.MODULE_ALIAS}';
Expand Down
2 changes: 1 addition & 1 deletion browser/cli/src/generateOntology.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ enum Inserts {

const TEMPLATE = `
/* -----------------------------------
* GENERATED WITH ATOMIC-GENERATE
* GENERATED WITH @tomic/cli
* -------------------------------- */
import { BaseProps } from '${Inserts.MODULE_ALIAS}'
Expand Down
8 changes: 5 additions & 3 deletions browser/lib/src/urls.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @deprecated
* @deprecated These have been move to their respective onotlogies e.g. core, server, collections, etc.
*/
export const classes = {
agent: 'https://atomicdata.dev/classes/Agent',
Expand Down Expand Up @@ -43,7 +43,9 @@ export const classes = {
ontology: 'https://atomicdata.dev/class/ontology',
};

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

/**
* @deprecated
* @deprecated These have been move to their respective onotlogies e.g. core, server, collections, etc.
*/
export const urls = {
properties,
Expand Down

0 comments on commit 795b0d0

Please sign in to comment.