@munnaas/craftsman
v0.0.0
Published
Command line make code like laravel artisan run with node.js.
Downloads
2
Maintainers
Readme
craftsman
Usage
$ npm install -g craftsman
$ craftsman COMMAND
running command...
$ craftsman (-v|--version|version)
craftsman/0.0.0 linux-x64 node-v10.1.0
$ craftsman --help [COMMAND]
USAGE
$ craftsman COMMAND
...
Commands
craftsman hello [FILE]
describe the command here
USAGE
$ craftsman hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ craftsman hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
craftsman help [COMMAND]
display help for craftsman
USAGE
$ craftsman help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help