npm-version-cli
TypeScript icon, indicating that this package has built-in type declarations

2.5.0 • Public • Published

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

key description
-h,--help Print this message.
-v,--version Print the version
--changelog Generate CHANGELOG.md
--append-changelog Append CHANGELOG.md
--only-changed-packages Only changed packages will bump.
--effected-packages The 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()

Readme

Keywords

none

Package Sidebar

Install

npm i npm-version-cli

Weekly Downloads

130

Version

2.5.0

License

MIT

Unpacked Size

19.8 kB

Total Files

8

Last publish

Collaborators

  • plantain_00