0.0.3 • Published 5 years ago

simple-react-template v0.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

react-template CLI

CLI to create react components

Create functional component

$ react-template generate <name>

Create class component

$ react-template generate:class <name>

Create with custom folder

$ react-template generate <name> "folder/other-folder/src"

$ react-template generate:class <name> "folder/other-folder/src"

License

MIT - see LICENSE