gitflow-publisher-npm

a npm publish processor for gitflow-publisher

Usage no npm install needed!

<script type="module">
  import gitflowPublisherNpm from 'https://cdn.skypack.dev/gitflow-publisher-npm';
</script>

README

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.