UNPKG

generator-scheme-web

Version:

A Yeoman generator for Scheme Designs web project scafolding

49 lines (32 loc) 1.08 kB
# generator-scheme-web A generator for [Yeoman](http://yeoman.io). ## Notice This generator is under development and not yet ready for production use. ## What should I know before I get my hands dirty Below is a list of things that you should be familiar with and have installed before starting with a Yeoman Generator. 1. [Homebrew](http://brew.sh/) * [NodeJS](http://nodejs.org/) * [NPM](https://www.npmjs.org/) - Should be installed when you installed NodeJS * [GIT](http://git-scm.com/) * [Ruby](https://www.ruby-lang.org/en/) 2. [YEOMAN](http://yeoman.io/) * [Grunt](http://gruntjs.com/) * [Bower](http://bower.io/) ## Getting Started To install generator-scheme-web from npm, run: ``` $ npm install -g generator-scheme-web ``` To update generator-scheme-web from npm, run (or do it through YEOMAN): ``` $ npm update -g generator-scheme-web ``` Finally, initiate the generator: ``` $ yo scheme-web ``` ### What if I want to uninsall generator-scheme-web? To uninstall the generator: ``` $ npm uninstall -g generator-scheme-web ```