2.5.0 • Published 3 years ago

npm-version-cli v2.5.0

Weekly downloads
197
License
MIT
Repository
github
Last release
3 years ago

npm-version-cli

better npm version with identifier

Dependency Status devDependency Status Build Status: Linux Build Status: Windows Github CI npm version Downloads type-coverage

install

yarn global add npm-version-cli

features

  • npm version: package.json
  • adobe plugin version: CSXS/manifest.xml
  • changgelog generation
  • yarn workspaces

usage

run npm-version-cli

options

keydescription
-h,--helpPrint this message.
-v,--versionPrint the version
--changelogGenerate CHANGELOG.md
--append-changelogAppend CHANGELOG.md
--only-changed-packagesOnly changed packages will bump.
--effected-packagesThe packages will be considered as effected packages.

API

import { askVersion } from 'npm-version-cli'

await askVersion()

changelogs

// v2
const { version } = await askVersion()

// v1
const version = await askVersion()
2.5.0

3 years ago

2.4.0

3 years ago

2.3.2

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

1.4.0

4 years ago

2.0.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago