npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

stringify-travis-url

0.1.0

@jonschlinkert

npmHomeRepoSnykSocket
Downloads:6392
$ npm install stringify-travis-url
DailyWeeklyMonthlyYearly

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

  • 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

  • github/jonschlinkert
  • twitter/jonschlinkert

License

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


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