cinch
A cli tool to scaffold pages and components quickly
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