0.1.8 • Published 2 years ago

verpub v0.1.8

Weekly downloads
13
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.1.7

2 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.4

6 years ago