Skip to content

cooknjs/whisker-bck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@cooknjs/whisker

Cook'n'JS CLI

Standard - JavaScript Style Guide

Standard - JavaScript Style Guide oclif Version CircleCI Downloads/week License

Usage

$ npm install -g @cooknjs/whisker
$ whisker COMMAND
running command...
$ whisker (-v|--version|version)
@cooknjs/whisker/0.1.0 linux-x64 node-v14.17.5
$ whisker --help [COMMAND]
USAGE
  $ whisker COMMAND
...

Commands

whisker hello

Describe the command here

USAGE
  $ whisker hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

whisker help [COMMAND]

display help for whisker

USAGE
  $ whisker help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

whisker serve

Describe the command here

USAGE
  $ whisker serve

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/serve.js

Releases

No releases published

Packages

No packages published