README
Clerical CLI
The Clerical CLI tool
Usage
$ npm install -g @clerical/cli
$ clerical COMMAND
running command...
$ clerical (-v|--version|version)
@clerical/cli/0.0.2 darwin-x64 node-v13.6.0
$ clerical --help [COMMAND]
USAGE
$ clerical COMMAND
...
Commands
clerical help [COMMAND]
display help for clerical
USAGE
$ clerical help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
clerical new NAME
describe the command here
USAGE
$ clerical new NAME
OPTIONS
-d, --directory=directory [default: {name}] directory to create the project
-f, --force
-h, --help show CLI help
-r, --dry-run do not generate any files
EXAMPLE
$ clerical new myclericalapp
See code: src/commands/new.ts