wakayama-io / bower-latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 88.2%Language:PHP 11.8%