1.0.0 • Published 5 years ago

joel-cli v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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