JavaScript but Juiced
$ npm install -g @theindividualcompany/juiced
$ juiced COMMAND
running command...
$ juiced (-v|--version|version)
@theindividualcompany/juiced/0.0.2 darwin-x64 node-v12.16.1
$ juiced --help [COMMAND]
USAGE
$ juiced COMMAND
...
describe the command here
USAGE
$ juiced component NAME [OUT]
ARGUMENTS
NAME name of component (PascalCase)
OUT [default: /Users/femi/projects/individual/juiced] output directory (defaults to components/)
OPTIONS
-h, --help show CLI help
See code: src/commands/component.ts
Create new component
USAGE
$ juiced crud NAME [OUT]
ARGUMENTS
NAME name of model (PascalCase)
OUT [default: /Users/femi/projects/individual/juiced/pages/api] output directory (defaults to pages/api/)
OPTIONS
-h, --help show CLI help
See code: src/commands/crud.ts
display help for juiced
USAGE
$ juiced help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Create new page
USAGE
$ juiced page NAME [OUT]
ARGUMENTS
NAME name of page (PascalCase)
OUT [default: /Users/femi/projects/individual/juiced/pages] output directory (defaults to pages/)
OPTIONS
-h, --help show CLI help
See code: src/commands/page.ts