0.1.0 • Published 9 years ago

stringify-travis-url v0.1.0

Weekly downloads
45
License
MIT
Repository
github
Last release
9 years ago

stringify-travis-url NPM version

Generate a Travis CI URL from a list of arguments or an object.

Install with npm

npm i stringify-travis-url --save

Usage

var travis = require('stringify-travis-url');

travis('jonschlinkert', 'micromatch');
//=> 'https://travis-ci.org/jonschlinkert/micromatch'

Related projects

Running tests

Install dev dependencies.

npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Jon Schlinkert

License

Copyright (c) 2015 Jon Schlinkert
Released under the MIT license


This file was generated by verb-cli on March 14, 2015.