gitflow-publisher-bower

a bower publish processor for gitflow-publisher

Usage no npm install needed!

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

README

gitflow-publisher-bower

a bower publish processor for gitflow-publisher

VERSION DOWNLOADS ISSUES LICENCE

BUILD STANDARDJS DEPENDENCIES

NPM

overview

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

usage

var Publisher = require('gitflow-publisher');
var GitflowBowerPublisher = require('gitflow-publisher-bower');

var publisher = new Publisher();

publisher.use(new GitflowBowerPublisher({
    name: 'module-name',
    repository: 'https://github.com/username/packagename.git'
}));

publisher.publish({...})

copyright and license

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