Quickly find the latest version of a package in bower.
$ npm install --save bower-latest
var bowerLatest = require('bower-latest');
bowerLatest('backbone', function(compontent){
console.log(compontent.version);
});
(Coming soon)
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using gulp.
(Nothing yet)
Copyright (c) 2014 Kentaro Wakayama. Licensed under the MIT license.