joel-cli
v1.0.0
Published
Client for creating react apps
Downloads
3
Readme
Joel's CLI
CLI tool for creating react templates and presets for applications.
Installation
npm install -g joel-cli
Usage
The project detects react project setups, and scaffolds based on templates provided in the ./templates
folder. To run a command run jcli <type> <path>
. Where type is from inside the template group. Ex. a react typescript component would be generated from ./templates/react-ts/component
jcli component src/compontents/toggle
jcli pcomponent src/compontents/toggle