Update .travis.yml based on preferences.
(TOC generated by verb using markdown-toc)
DetailsUpdate 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:
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.
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
Make sure your work is committed, then run the updater's default
task with the following command:
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)
Visit the documentation for tasks.
You might also find these projects useful.
.editorconfig
in the current working directory using a template defined by… more | homepage.eslintrc.json
file based on a template and preferences. This updater can be used… more | homepageLICENSE
file. | homepageAre 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!
#updatejs
(not @
)updater-travis
updatejs
tag in questions)updateupdater
to package.json.Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
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
Jon Schlinkert
Copyright © 2017, Jon Schlinkert. Released under the MIT License.
This file was generated by verb-generate-readme, v0.6.0, on July 11, 2017.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4