goforit
v1.1.2
Published
GoForIt is a tool to the get an initial structured and designed webapp directory with npm and grunt.
Downloads
5
Maintainers
Readme
Go For It
WebApp project builder for node js: GoForIt is a tool to the get an initial structured and designed webapp workspace with NPM, Browserify, NavigoJS, KnockoutJS, jQquery, MomentJS, Font-Awesome, Bootstrap and Grunt.
Installation
You need NodeJS and SASS installed before using this tool. http://sass-lang.com/install https://nodejs.org
Then just install via npm.
npm install goforit -g
Usage
Create a new folder and run "goforit" inside it.
$ mkdir myNewProject
$ cd myNewProject
$ goforit
After project is set up, just call grunt build task.
$ grunt build
or just
$ grunt
for build and watch for changes in code.