0.1.0 • Published 8 months ago

@bunlyfans/version v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

@bunlyfans/version

Bun Version Version Build Status Test Coverage

Version management CLI for monorepo.

Usage

bun x @bunlyfans/version major

Do not forget to add a shorthand to your package.json:

"scripts": {
  "up": "bun x @bunlyfans/version"
}

Then you can use it like this:

bun up major
bun up minor
bun up patch

For monorepo (automatically detected if root package.json has workspaces):

bun up major --simultaneous # to update all packages
bun up minor --independent # to update each package version separately
bun up patch my-package # to update single package
0.1.0

8 months ago