0.0.2 • Published 4 years ago

@nicht/playground v0.0.2

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

@nicht/playground

oclif Version Codecov Downloads/week License

Usage

$ npm install -g @nicht/playground
$ playground COMMAND
running command...
$ playground (-v|--version|version)
@nicht/playground/0.0.1 linux-x64 node-v12.16.3
$ playground --help [COMMAND]
USAGE
  $ playground COMMAND
...

Commands

playground autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ playground autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ playground autocomplete
  $ playground autocomplete bash
  $ playground autocomplete zsh
  $ playground autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

playground commands

list all the commands

USAGE
  $ playground commands

OPTIONS
  -h, --help  show CLI help
  -j, --json  output in json format
  --hidden    also show hidden commands

See code: @oclif/plugin-commands

playground help [COMMAND]

display help for playground

USAGE
  $ playground help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

playground init

Command that starts a new project from existing templates.

USAGE
  $ playground init

OPTIONS
  -h, --help               show CLI help
  -p, --template=template  Name of the template to be initialized.

EXAMPLE
  $ playground init --template=node/api-express
  $ playground init --template node/api-express

See code: src/commands/init.ts

playground list

Command that will list the available templates.

USAGE
  $ playground list

OPTIONS
  -h, --help       show CLI help
  -t, --type=type  Template types that will be listed.

EXAMPLE
  $ playground list --type=node
  $ playground list --type node

See code: src/commands/list.ts

playground update [CHANNEL]

update the playground CLI

USAGE
  $ playground update [CHANNEL]

See code: @oclif/plugin-update