0.0.4 • Published 6 years ago

git-pack v0.0.4

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

git-pack

Publish packages to git repository with versioning

What

Instead of publishing repository to npm registory, using this library, package can be published in git repository. Versioning is controlled using git tags

Usage

Installation

yarn add git-pack --dev
// or
npm install git-pack -D

Usage

  1. Initialize The project needs to be initilized once
git-pack init
// or
git-pack i

Following command will run through a setup process

  1. Publish Run the following command to publish the package
git-pack publish
// or
git-pack p

This command will ask how the version of the package should be bumped and checked if a version is already published