JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 42
  • Score
    100M100P100Q51065F

Yeoman generator - Silver Lining (SiLi) - A single-click-to-get-started - skeleton web app with all you need...

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 (Windows)

Prerequisites (Ubunto - although might work for all other linux dists)

Note: Just got it all working... if you have any issues please contact me :)

  • Follow These instruction to install NodeJS or do these next 4 steps:
  • $ sudo add-apt-repository ppa:chris-lea/node.js
  • $ sudo apt-get update
  • $ sudo apt-get install nodejs
  • (if npm isn't installed:) $ sudo apt-get install npm
  • $ sudo npm install -g bower
  • (optional) $ sudo npm install -g component
  • $ sudo npm install -g yo
  • Install git - $ sudo apt-get install git

Installation(using NPM)

  • [$ sudo] 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

License

MIT License