1.0.2 • Published 6 years ago

@iddan/git-publish v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
6 years ago

Git Publish

Publish packages to a dedicated Git branch instead of to NPM

npm install --save-dev @iddan/git-publish

or

yarn add --dev @iddan/git-publish

Why?

To allow publishing private node modules for free

Usage

$(npm bin)/git-publish

or

yarn run git-publish

And then install it by

npm install $GIT_REPOSITORY"#v"$VERSION

or

yarn add $GIT_REPOSITORY"#v"$VERSION

Prior Art