1.1.34 • Published 8 years ago

gitflow-publisher-npm v1.1.34

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

8 years ago

1.0.33

9 years ago

1.0.21

9 years ago

1.0.20

9 years ago

1.0.17

9 years ago

1.0.16

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.1

9 years ago