Skip to content

Instantly share code, notes, and snippets.

@zxqx
Created August 20, 2014 22:12
Show Gist options
  • Save zxqx/add9d862553fb6d384dc to your computer and use it in GitHub Desktop.
Save zxqx/add9d862553fb6d384dc to your computer and use it in GitHub Desktop.
Package Management
npm
https://www.npmjs.org/
need to add a package?
npm install underscore --save
bam
Bundling require, module.exports, and other node-isms down to browser-usable JS
Browserify
https://github.com/substack/node-browserify
Task Runner (Minify/Compile/Lint/Test/other shit)
Grunt
http://gruntjs.com/
Unit Testing
tape
https://github.com/substack/tape
Framework
Ampersand
http://ampersandjs.com/
CSS Pre-Processing
LESS
http://lesscss.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment