generator-gnorm
v0.2.0
Published
Genuine Norm (GNorm) is an all-encompassing starting point for Genuine UI projects that provides architectural direction, fast scaffolding, code familiarity and promotes developer scalability.
Downloads
19
Keywords
Readme
GNorm - Genuine UI Starting Point
Genuine Norm (GNorm) is an all-encompassing starting point for Genuine UI projects that provides architectural direction, fast scaffolding, code familiarity and promotes developer scalability.
Dependencies
Installation
Once you have installed the above dependencies:
- Create a new directory for your project and cd in
mkdir new-project && cd $_
- Ensure the GNorm Yeoman generator is installed and updated
npm install -g generator-gnorm
ornpm update generator-gnorm
- Run the generator
yo gnorm
- Complete the generator prompt questions to scaffold the project