generator-md-sass-starter
v0.1.2
Published
generate a light-weight sass-based project
Downloads
4
Readme
generator-md-sass-starter
generate a light-weight sass-based project. It uses grunt-contrib-compass to compile the sass project.
usage
If you don't have Yeoman installed yet, you should installed that first.
npm install -g yo
then install this generator
npm install -g generator-md-sass-starter
next, make a directory wherever you think it should be, better with the lower-case name (npm unique) of the component you are going to develop. In that directory, run the following cli
yo md-sass-starter
After the project setup, you can run default grunt to watch the changes in sass project. Also, if you have LivePage extension of Chrome, you can see the changes immediately in your browser, that's cool!
license
MIT