1.1.34 • Published 9 years ago

gitflow-publisher-npm v1.1.34

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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.

1.1.34

9 years ago

1.0.33

9 years ago

1.0.21

10 years ago

1.0.20

10 years ago

1.0.17

10 years ago

1.0.16

10 years ago

1.0.15

10 years ago

1.0.14

10 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.1

10 years ago