updater-travis

2.0.0 • Public • Published

Update .travis.yml based on preferences.

updater-travis

NPM version NPM monthly downloads Build Status

updater-travis demo

(TOC generated by verb using markdown-toc)

What is "Update"?

Details

Update is a new, open-source developer framework for automating updates of any kind to code projects. All actual updating is done plugins called "updaters", like this one.

Updaters can be run from the command line when Update's CLI is installed globally, or they can be used as building blocks for creating other updaters.

For more information:

What does updater-travis do?

Most updaters do one specific thing. This updater adds a .travis.yml file or replaces the .travis.yml file in the current working directory using a template defined by you in ~/templates/_travis.yml (user home on your system), or the generic template in this project's templates directory.

Getting started

Install

Installing the CLI

To run updater-travis from the command line, you'll need to install Update globally first. You can do that now with the following command:

$ npm install --global update

This adds the update command to your system path, allowing it to be run from any directory.

Install updater-travis

Install this module with the following command:

$ npm install --global updater-travis

Usage

Make sure your work is committed, then run the updater's default task with the following command:

$ update travis

What will happen?

Upon running $ update travis command, this updater's default task will be executed, which replaces the .travis.yml file in the cwd with the ~/templates/_travis.yml template defined by you, or the default templates found in templates/_travis.yml in this repository.

(Note that all dotfile templates are prefixed with an underscore to prevent programs from mistaking them as real files)

Tasks

Visit the documentation for tasks.

About

Related projects

You might also find these projects useful.

Community

Are you using Update in your project? Have you published an updater and want to share your Update project with the world?

Here are some suggestions!

  • If you get like Update and want to tweet about it, please use the hashtag #updatejs (not @)
  • Show your love by starring Update and updater-travis
  • Get implementation help on StackOverflow (please use the updatejs tag in questions)
  • Gitter Discuss Update with us on Gitter
  • If you publish an updater, thank you! To make your project as discoverable as possible, please add the keyword updateupdater to package.json.

Contributing

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

Running tests

Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:

$ npm install && npm test

Author

Jon Schlinkert

License

Copyright © 2017, Jon Schlinkert. Released under the MIT License.


This file was generated by verb-generate-readme, v0.6.0, on July 11, 2017.

Package Sidebar

Install

npm i updater-travis

Weekly Downloads

7

Version

2.0.0

License

MIT

Last publish

Collaborators

  • jonschlinkert