Package Exports
- generator-sili
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generator-sili) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Yeoman Silver-Lining Generator (codenamed SiLi)
generator-sili
A generator for Yeoman to generate WebApp:
A single-click-to-get-started - skeleton web app with all you need... NodeJS , ExpressJS, AngularJS , MongoDB and all the other goodies...
Prerequisites
- NodeJS
- Bower - use npm: $ npm install -g bower
- Component - use npm: $ npm install -g component
- Yeoman - use npm: $ npm install -g yo
Installation(using NPM)
- $ npm install -g generator-sili
Details can be found on WebApp.
Getting Started
After all is installed you can use Yo to create a skeleton web-app this way:
- mkdir "your folder goes here"
- cd "your folder goes here"
- yo sili
Use the skeleton to build your App. When you need to add a new file use the following command (from within the app folder ;) :
- yo sili:addfile
It'll ask you all bunch of questions then make the changes - and you get a new file!
If you think it can be better in any way please mail or comment! My email: srfrnk@gmail.com