@circlesac/oneup
v26.7.1
Published
CalVer-based version management
Downloads
591
Readme
oneup
CalVer-based version management for npm packages, Rust crates, Android (gradle) apps, and Go projects.
Version sources: npm registry, crates.io, or git tags (used for gradle/Go, where there's no registry). The version format defaults to YY.MM.MICRO.
For a package or service in a monorepo, scope git-tag versions with a prefix:
VERSION=$(oneup version --source git --tag-prefix 'auth@' --target apps/auth/package.json | tail -1)
git tag "auth@$VERSION"Only matching tags such as [email protected] participate in that version sequence;
other package tags and mutable channel tags such as auth-dev are ignored.
Skills
| Skill | Description | |-------|-------------| | oneup | CalVer-based version management with oneup |
Claude Code
# Add marketplace
/plugin marketplace add circlesac/oneup
# Install plugin
/plugin install oneupPi
pi install git:circlesac/oneup
# or: npx @mariozechner/pi-coding-agent install git:circlesac/oneupLicense
MIT
