0.0.4 • Published 8 years ago
autodrop v0.0.4
autodrop
Tool to create ready to use skeleton directories
Install
Do a global install to be able to use it in any directory
npm i -g autodropor
yarn global add autodropUsage
Currently it only supports the quick creation of React Components skeletons iwth the -r option
autodrop -r [component name]E.g: autodrop -r MyHappyComponent
The above command will create the following tree on the current directory
- MyHappyComponent -- index.js (exports the component) -- MyHappyComponent.js (component functionality)
Work in progress