Socket
Book a DemoInstallSign in
Socket

updater-appveyor

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

updater-appveyor

Update appveyor.yml based on preferences.

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
2
Created
Source

Update appveyor.yml based on preferences.

updater-appveyor

NPM version NPM downloads Build Status

updater-appveyor demo

Table of Contents

(TOC generated by verb using markdown-toc)

What is "Update"?

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-appveyor do?

Most updaters do one specific thing. This updater adds an appveyor.yml file or replaces the appveyor.yml file in the current working directory using a template defined by you in ~/templates/appveyor.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-appveyor 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-appveyor

Install this module with the following command:

$ npm install --global updater-appveyor

Usage

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

$ update appveyor

What will happen?

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

Tasks

Visit the documentation for tasks.

About

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-appveyor
  • 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.

Please read the contributing guide for avice on opening issues, pull requests, and coding standards.

Running tests

Install dev dependencies:

$ npm install -d && npm test

Author

Brian Woodward

License

Copyright © 2016, Brian Woodward. Released under the MIT license.

This file was generated by verb-generate-readme, v0.2.0, on December 15, 2016.

Keywords

appveyor

FAQs

Package last updated on 16 Mar 2017

Did you know?

Socket

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.

Install

Related posts