@iddan/git-publish
v1.0.2
Published
Publish packages to a dedicated Git branch instead of to NPM
Downloads
7
Readme
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