1.4.0 • Published 10 years ago

generator-js-workbench v1.4.0

Weekly downloads
5
License
WTFPL
Repository
github
Last release
10 years ago

JS Workbench

Yeoman generator for spinning up client-side JS projects quickly.

This is a boilerplate which utilizes Grunt with a number of plugins to perform static analysis, handle development asset compilation/bundling/building, provide testing tools, and altogether make development faster, easier, better, and more fun.

##Dependencies: 1. NPM (Node Package Manager) 2. Yeoman - npm install -g yo 3. Grunt - npm install -g grunt grunt-cli

##Steps to use: 1. npm install -g generator-js-workbench 2. yo js-workbench 3. grunt watch

grunt watch will listen for any changes made to the files as defined in the Gruntfile.js. When issues are encountered by any of the tasks, a desktop notification will appear to alert you to that fact.

If you want to change your project structure, you will need to adjust /Gruntfile.js accordingly to sync-up dir paths.

The Grunt Plugins I leverage are:

  1. Contrib-watch
  2. Contrib-uglify
  3. Contrib-jshint
  4. Contrib-compass
  5. jscs
  6. notify
  7. webpack
  8. karma
1.4.0

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago