@semanticjs/sjsc
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

@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.0.7 win32-x64 node-v14.15.3
$ 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

Readme

Keywords

Package Sidebar

Install

npm i @semanticjs/sjsc

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

18.5 kB

Total Files

21

Last publish

Collaborators

  • fathymtech
  • jeremytomlinson
  • todd.german
  • mcgear-dev