1.1.34 • Published 7 years ago

gitflow-publisher-npm v1.1.34

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.33

8 years ago

1.0.21

8 years ago

1.0.20

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.1

8 years ago