reactjs-templify
v1.1.0
Published
Creat React App Utils
Downloads
2
Readme
Reactjs-Templify
The reactjs-templify
moduile allows you to create UI Component templates in a create-react-app javascript project. The templates are created in the /src/components
folder.
Usage
Installation
npm install reactjs-templify --save-dev
Commands
- Generate Template:
reactjs-templify generate-component <componentName>
- Help:
reactjs-templify --help
TODO
- Add test cases
- Add more checks for identifying the current working directory.