Skip to content

Commit

Permalink
handle pkgx rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Mar 18, 2024
1 parent ce1b0f3 commit 59987c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "semverator"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
description = "A command line tool for working with semantic versioning (tea.xyz implementation)"
description = "A command line tool for working with semantic versioning (libpkgx implementation)"
homepage = "https://github.com/jhheider/semverator"
repository = "https://github.com/jhheider/semverator"
keywords = ["semver", "semantic", "versioning", "teaxyz"]
keywords = ["semver", "semantic", "versioning", "pkgx"]
categories = ["command-line-utilities"]

[dependencies]
Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -5,21 +5,21 @@

# semverator

Pure rust implementation of [teaxyz/lib:semver.ts](https://github.com/teaxyz/lib/blob/main/src/utils/semver.ts)
Pure rust implementation of [libpkgx:utils/semver.ts](https://github.com/pkgxdev/libpkgx/blob/main/src/utils/semver.ts)
for command-line usage.

## Install

`cargo install semverator` or, for [tea](https://tea.xyz) users,
`tea +crates.io/semverator true`.
`cargo install semverator` or, for [pkgx](https://pkgx.dev) users,
`pkgx +crates.io/semverator`.

## Usage

Well, thanks to [clap](https://github.com/clap-rs/clap), the help system flows
nicely from the implementation:

```sh
A command line tool for working with semantic versioning (tea.xyz implementation)
A command line tool for working with semantic versioning (libpkgx implementation)

Usage: semverator <COMMAND>

Expand All @@ -38,4 +38,4 @@ Commands:
Options:
-h, --help Print help
-V, --version Print version
```
```

0 comments on commit 59987c3

Please sign in to comment.