generator-tiy-gvl-feb-2016
v0.0.8
Published
This is a [Yeoman](http://yeoman.io/) generator made specifically for students at The Iron Yard and is used as an introduction to Yeoman & npm. It includes a specific set of tools that we use throughout our course and purposefully omits certain ones until
Downloads
26
Maintainers
Readme
Yeoman TIY Generator
This is a Yeoman generator made specifically for students at The Iron Yard and is used as an introduction to Yeoman & npm. It includes a specific set of tools that we use throughout our course and purposefully omits certain ones until we need them.
What is Included
- Sass
- jQuery
- Underscore
What is Optional
- Bootstrap
- Backbone
- React
Installation & Usage
To install:
npm install -g generator-tiy-gvl-feb-2016
To update:
npm update -g generator-tiy-gvl-feb-2016
This is used like any other Yeoman generator. Simply navigate to your new project folder and run:
# Important: *run this inside the project directory*
yo tiy-gvl-feb-2016
npm Tasks
There are a few specific tasks so feel free to check out the package.json
but the most used one will be.
npm run watch
- Starts a server and watches for changes, also livereload