gitflow-publisher-npm

1.1.34 • Public • Published

gitflow-publisher-npm

a npm publish processor for gitflow-publisher

VERSION DOWNLOADS ISSUES LICENCE

BUILD STANDARDJS DEPENDENCIES

NPM

overview

This gitflow-publisher plugin module, packs and deploys to the npm registry upon a successful gitflow release.

usage

var Publisher = require('gitflow-publisher');
var GitflowNpmPublisher = require('gitflow-publisher-npm');
 
var publisher = new Publisher();
 
publisher.use(new GitflowNpmPublisher({
    name: 'module-name',
  registry: 'http://registry.npmjs.org/'
}))
 
publisher.publish({...})

copyright and license

Code and documentation copyright 2016 akon. Code released under the MIT license.

Package Sidebar

Install

npm i gitflow-publisher-npm

Weekly Downloads

1

Version

1.1.34

License

MIT

Last publish

Collaborators

  • akon