1.1.6 • Published 4 years ago

elmon v1.1.6

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

🍋 Elmon

A package version manager, that just makes IT simple.

npm size

Install

Local:

yarn add elmon -D

Global:

yarn global add elmon

Usage

Just run elmon or e alias.

Or if you want to use it as a CLI, here are the necessary flags:

--major, -M Increment X.0.0
--minor, -m Increment 0.X.0
--patch, -p Increment 0.0.X

Use elmon --help for more.

Examples

$ elmon --major  # 0.0.0 > 1.0.0
$ e -p           # 0.0.0 > 0.0.1
$ e              # open prompt with update type select

Additional

This project was developed for automated versioning using utilities such as husky and others.

Automate the versioning of your package with husky in package.json:

{
  "scripts": {
    "version:patch": "elmon -p"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn run version:patch"
    }
  }
}
1.1.1

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago