Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

stringify-travis-url

jonschlinkert670MIT0.1.0

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

readme

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'

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.