1.0.0 • Published 8 years ago
generator-os-webapp v1.0.0
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 yeomanornpm install -g yeomanRun the generator
yo os-webapp:GENERATOR_NAMEEnjoy!
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.
1.0.0
8 years ago