0.1.8 • Published 10 months ago

verpub v0.1.8

Weekly downloads
13
License
MIT
Repository
github
Last release
10 months ago

About

A light weight package release tool.

Install && Usage

  1. Run in command line
$ npm install verpub -g # global install verpub
$ verpub publish

How it works

  1. If this project do not contain subPackage, then skip this step. Otherwise it will allow you to select a specific package to publish.
  2. Select a release tag and release version.
  3. Check if your git work tree is not clean, then process end.
  4. Write version to your package.
  5. Run git commit && git tag && git push(include tags).
  6. Run npm publish

API

const VerPub = require('verpub');

const verpub = new VerPub(options);

verpub.publish();
0.1.8

10 months ago

0.1.7

1 year ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.4

5 years ago