Collection of helpful CLI tools used by Cratebind
Built using Oclif
$ npm install -g cratebind-scripts
$ cratebind-scripts COMMAND
running command...
$ cratebind-scripts (-v|--version|version)
cratebind-scripts/0.0.0 darwin-arm64 node-v16.13.1
$ cratebind-scripts --help [COMMAND]
USAGE
$ cratebind-scripts COMMAND
...
display help for cratebind-scripts
USAGE
$ cratebind-scripts help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Add ES lint config with husky and lint-staged to lint on commit
USAGE
$ cratebind-scripts lint-setup
OPTIONS
-h, --help show CLI help
EXAMPLE
$ cratebind-scripts lint-setup
See code: src/commands/lint-setup.ts