4.0.0 • Published 6 years ago

hastega v4.0.0

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

Hastega

Summary

A Node.js utility to hastily increment a project's version number, commit, push and publish. Intended for quickly saving prototypes and other small personal projects in early stages of development.

Installation

Install with npm:

npm install --save-dev hastega

Usage

Nodejs

const hastega = require("hastega")
hastega("--patch", "--publish")

CLI

node .\node_modules\hastega\hastega.js --patch --publish

Options

ParameterTypeDescription
"--major"stringIncrement major.
"--minor"stringIncrement minor.
"--patch"stringIncrement patch.
"--publish"stringPublish to NPM.

Output

  • Throws error if no increment to major, minor, or patch.
4.0.0

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago