0.0.7 • Published 4 years ago

@semanticjs/sjsc v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@semanticjs/sjsc

The SemanticJS CLI

oclif Version Downloads/week License

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]

display help for sjsc

USAGE
  $ sjsc help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See 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 init

See 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 n

See code: src/commands/new.ts

sjsc sjsc-command

USAGE
  $ sjsc sjsc-command

See code: src/commands/sjsc-command.ts