Skip to content

wakayama-io/bower-latest

Repository files navigation

bower-latest

NPM version Build Status Dependency Status Coverage Status

Quickly find the latest version of a package in bower.

Install

$ npm install --save bower-latest

Usage

var bowerLatest = require('bower-latest');
bowerLatest('backbone', function(compontent){
  console.log(compontent.version);
});

API

(Coming soon)

Contributing

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.

Release History

(Nothing yet)

License

Copyright (c) 2014 Kentaro Wakayama. Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published