/nci-shields

Pretty svg status shields plugin for nci https://github.com/node-ci/nci

Primary LanguageJavaScriptMIT LicenseMIT

nci-shields

Build Status

Pretty svg status shields plugin for nci

Dependencies

nci-express

Installation

npm install nci-shields

Usage

Add this plugin to the plugins section at server config

plugins:
    #express plugin should be included before shields plugin
    - nci-express
    - nci-shields

after that you can get status shields:

  • http://localhost:3000/shields/:projectName.svg for project
  • http://localhost:3000/shields/builds/:id.svg for build
  • http://localhost:3000/shields/:projectName/revs/:rev.svg for project revision (any scm revision, tag, branch that was selected as target for the build)

Legal

Shields generated with shields.io

License

The MIT License