0.0.7 • Published 4 years ago
@semanticjs/sjsc v0.0.7
@semanticjs/sjsc
The SemanticJS CLI
Usage
$ npm install -g @semanticjs/sjsc
$ sjsc COMMAND
running command...
$ sjsc (-v|--version|version)
@semanticjs/sjsc/0.5.3-integration linux-x64 node-v12.22.4
$ sjsc --help [COMMAND]
USAGE
$ sjsc COMMAND
...Commands
sjsc help [COMMAND]sjsc initialize [ORGANIZATION] [REPOSITORY]sjsc new [BLOCK] [NAME]sjsc sjsc-command
sjsc help [COMMAND]
display help for sjsc
USAGE
$ sjsc help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLISee code: @oclif/plugin-help
sjsc initialize [ORGANIZATION] [REPOSITORY]
Initialize a new SemanticJS project.
USAGE
$ sjsc initialize [ORGANIZATION] [REPOSITORY]
OPTIONS
-h, --help show CLI help
ALIASES
$ sjsc initSee code: src/commands/initialize.ts
sjsc new [BLOCK] [NAME]
Used to create new blocks of the SemanticJS framework.
USAGE
$ sjsc new [BLOCK] [NAME]
OPTIONS
-e, --export When flagged, sets up the module export for the new class.
-h, --help show CLI help
-p, --path=path The path within src to include the file (should start with '/').
ALIASES
$ sjsc nSee code: src/commands/new.ts
sjsc sjsc-command
USAGE
$ sjsc sjsc-commandSee code: src/commands/sjsc-command.ts