generator-os-webapp
v1.0.0
Published
React generator for OutSmart projects
Downloads
1
Readme
Outsmart Web App Generators
This generator offers some of the basic file creation for your web app project following the Outsmart project structure. It's intention is to facilitate the creation of a new feature inside your web application.
This generator is NOT self dependent, therefore it will only work properly if you already have your project set up.
Getting Started
Install yeoman
yarn add -g yeoman
ornpm install -g yeoman
Run the generator
yo os-webapp:GENERATOR_NAME
Enjoy!
Generators
Page: yo os-webapp:page MY_PAGE_NAME
This generators creates the page structure(container + main component). It also facilitates the creation of dispatch functions and mapping the redux state.