
Product
Rust Support in Socket Is Now Generally Available
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.
updater-travis
Advanced tools
Update .travis.yml based on preferences.

(TOC generated by verb using markdown-toc)
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:
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:
$ 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)
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-travisupdatejs 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.
FAQs
Update .travis.yml based on preferences.
We found that updater-travis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.