UNPKG

generator-fuse

Version:

A Yeoman generator for Fuse Creative Communications web project scafolding

49 lines (32 loc) 1.03 kB
# generator-fuse 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-fuse from npm, run: ``` $ npm install -g generator-fuse ``` To update generator-fuse from npm, run (or do it through YEOMAN): ``` $ npm update -g generator-fuse ``` Finally, initiate the generator: ``` $ yo fuse ``` ### What if I want to uninsall generator-fuse? To uninstall the generator: ``` $ npm uninstall -g generator-fuse ```