0.7.12 • Published 1 year ago

enmav v0.7.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

enMAV

Just another auto semantic versioning for NPM publisher

👀 How it works ?

Every time you build or patch your TypeScript project, enMAV will automatically increment the patch/build value in the package.json file. It's as simple as that, and then you can publish it to NPM.

Installation

npm i enmav -g

Usage

# init will create enMAV config file
enmav --init

# Or

# you can add your favourite bundler on init
enmav --init --bundler rollup
# default bundler would be tsc if you don`t specified any
# this will add extra script command in your package.json

The output would be :

{
  "name": "your-ts-app",
  "version": "1.0.0",
  "main": "index.ts",
  "scripts": {
    "build:asv": "enmav --update-version && rollup"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": ""
}
0.7.12

1 year ago

0.7.10

1 year ago

0.7.1

1 year ago

0.6.20

1 year ago

0.6.19

1 year ago

0.6.18

1 year ago

0.6.17

1 year ago

0.5.21

1 year ago

0.5.20

1 year ago