Skip to content

finnp/node-appveyor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppVeyor

Mac / Linux Windows
Build Status Windows Build status

A javascriptable CLI for AppVeyor for node projects. It is basically the AppVeyor equivalent of travisjs.

Install with npm install appveyor -g

Usage: appveyor <command>

command
  auth      set the auth token for AppVeyor
  init      initialize AppVeyor project (yml and hook)
  hook      activate AppVeyor for the current project
  yml       create a appveyor.yml file in the current directory
  badge     print the text for the badge (shields.io)
  open      open AppVeyor page

Usage for commands: appveyor <command> --help

The commands map to the specific functions. For now look at the source code for details.

var AppVeyor = require('appveyor')
var appveyor = new AppVeyor()
appveyor.auth('<your token>') // saved locally
appveyor.badge(process.stdout) // prints the badge

About

A command line tool for AppVeyor

Resources

Stars

Watchers

Forks

Packages

No packages published