imtjs-cli
v2.4.2
Published
CLI for generate react-split projects like.
Readme
Project Generator
CLI for generate react-split projects like.
Commands
--help
Show available commands.
add [options]
Use add command to create Template, Component, Container, Route, React Reducer, React Actions basic files and scaffolding.
| option | Description | | ------ | ----------- | | -t, --template [templateName] | Display the creation template menu or if you specify a template name as option, it will be create the template directly.| | -c, --component [componentName] | Display the creation component menu | | -o, --container [containerName] | Display the creation container menu | | -r, --router | Display the creation router menu | | -e, --reducer [reducerName] | Display the creation reducer menu | | -i, --import [repoUrl] | Import a repo into a folder with the type specify. If you don't pass the type throw prompt it ask you the type. |
init [project-name]
Create new project with storybook.
| Option | Description | | ------ | ----------- | | -c, --core | Create new core project |
