0.0.1 • Published 4 years ago

cinch-cli v0.0.1

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

cinch

A cli tool to scaffold pages and components quickly

oclif Version Downloads/week License

Usage

$ npm install -g cinch-cli
$ cinch COMMAND
running command...
$ cinch (-v|--version|version)
cinch-cli/0.0.0 darwin-x64 node-v12.13.1
$ cinch --help [COMMAND]
USAGE
  $ cinch COMMAND
...

Commands

cinch add

Scaffolds out a new page or component in the correct locations

USAGE
  $ cinch add

OPTIONS
  -c, --component=component  name of component to create
  -h, --help                 show CLI help
  -p, --page=page            page to create

See code: src/commands/add.ts

cinch help [COMMAND]

display help for cinch

USAGE
  $ cinch help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

cinch add

Scaffolds out a new page or component in the correct locations

USAGE
  $ cinch add

OPTIONS
  -c, --component="component-name"  name of component to create
  -h, --help                        show CLI help
  -p, --page="my-new-page"          page to create

cinch help [COMMAND]

display help for cinch

USAGE
  $ cinch help