0.0.1 • Published 4 years ago

crystaland v0.0.1

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

crystaland

oclif Version CircleCI Downloads/week License CodeQL

Usage

$ npm install -g crystaland
$ crystaland COMMAND
running command...
$ crystaland (-v|--version|version)
crystaland/0.0.1 darwin-arm64 node-v14.18.1
$ crystaland --help [COMMAND]
USAGE
  $ crystaland COMMAND
...

Commands

crystaland add:styles [FILE]

describe the command here

USAGE
  $ crystaland add:styles [FILE]

OPTIONS
  -f, --force
  -h, --help           show CLI help
  -i, --input=input    images path
  -n, --name=name      name to print
  -o, --output=output  styles path

See code: src/commands/add/styles.ts

crystaland hello [FILE]

describe the command here

USAGE
  $ crystaland hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ crystaland hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

crystaland help [COMMAND]

display help for crystaland

USAGE
  $ crystaland help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help