UNPKG

generator-scheme-web

Version:

A Yeoman generator for Scheme Designs web project scafolding

25 lines (19 loc) 678 B
# <%= _.slugify(appname) %> A Scheme web project. ## H2 - May need to run the code below if using SASS and Compass ``` $ gem install compass ``` You may also need to make sure that the below line is included in your .zshrc file if having issies with Homebrew and Ruby. ``` export PATH=$(brew --prefix ruby)/bin:$PATH ``` ### H3 - Example of a list 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/)