0.0.1 • Published 6 years ago

react-npm-comp v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

🍏 Simple cli to generate a boilerplate to create react component and published to npm

Usage

npm i react-npm-comp -g
// or
yarn install react-npm-comp -g

Commands and examples

  • In command line type: react-npm-comp
? Do you want to generate a boilerplate?
> Yes
No
Your answer is: Yes
// boilerplate has been created successfully!
  • or to skip the question (Do you want to generate a boilerplate?)
react-npm-comp --yes
// boilerplate has been created successfully!

Notes

License

MIT