newreactfile
v1.0.1
Published
Simple Node tool to create a React component with accompanying (Jest) test
Downloads
2
Maintainers
Readme
newRctFile
Simple tool to create a React component with accompanying Jest test The generated files are oppinionated
Install:
npm install -g newRctFile
Usage:
> newreactfile SuperComponent.js
Created SuperComponent.js __tests__SuperComponent-test.js
> newreactfile frontend/components/messages/NewMessage.jsx
Created NewMessage.jsx __tests__NewMessage-test.js
TODO
- support more templates
- custom templates