Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-sili

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-sili

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

  • 0.0.29
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-96.77%
Maintainers
1
Weekly downloads
 
Created
Source

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)

  • NodeJS
  • Bower - use npm: npm install -g bower
  • Component - (optional) -use npm: npm install -g component
  • Yeoman - use npm: npm install -g yo
  • Git

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

Keywords

FAQs

Package last updated on 16 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc