stringify-travis-url
v0.1.0
Published
Generate a Travis CI URL from a list of arguments or an object.
Downloads
617
Readme
stringify-travis-url
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
- stringify-github-anchor: Generate a GitHub anchor URL (in-page link).
- stringify-github-url: Generate a GitHub URL from an object.
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.