1.1.34 • Published 9 years ago

gitflow-publisher-bower v1.1.34

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

9 years ago

1.0.33

9 years ago

1.0.21

10 years ago

1.0.20

10 years ago

1.0.18

10 years ago

1.0.17

10 years ago

1.0.15

10 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.1

10 years ago