1.1.34 • Published 7 years ago

gitflow-publisher-bower v1.1.34

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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.

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.18

8 years ago

1.0.17

8 years ago

1.0.15

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