Skip to content

Commit 69c0b38

Browse files
committed
feat: rename package to bx-cli v0.4.0
- Renamed crate from codemonument_bx to bx-cli - Published codemonument_bx v0.3.5 with deprecation notice - Published bx-cli v0.4.0 as the new package Install with: cargo install bx-cli
1 parent 548f9be commit 69c0b38

3 files changed

Lines changed: 14 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[package]
2-
name = "codemonument_bx"
3-
version = "0.3.4"
2+
name = "bx-cli"
3+
version = "0.4.0"
4+
description = "Simple, cross-platform, and fast command aliases with superpowers."
45
authors = [
56
"arctic_hen7 <arctic_hen7@pm.me>",
67
"bjesuiter <bjesuiter@gmail.com>",
78
]
89
edition = "2018"
9-
description = "Simple, cross-platform, and fast command aliases with superpowers."
1010
license = "MIT"
11+
readme = "README.md"
1112
repository = "https://github.com/codemonument/bx"
1213
keywords = ["cli", "automation"]
1314
categories = ["command-line-utilities"]

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<h1 align="center">bx</h1>
22

3+
[![Crates.io](https://img.shields.io/crates/v/bx-cli.svg)](https://crates.io/crates/bx-cli)
34
[![Test](https://github.com/codemonument/bx/actions/workflows/ci.yml/badge.svg)](https://github.com/codemonument/bx/actions/workflows/ci.yml)
45
[![Build and Release](https://github.com/codemonument/bx/actions/workflows/cd.yml/badge.svg)](https://github.com/codemonument/bx/actions/workflows/cd.yml)
56

@@ -50,7 +51,7 @@ bx test
5051

5152
### From Cargo
5253
```bash
53-
cargo install codemonument_bx
54+
cargo install bx-cli
5455
```
5556

5657
### From Releases

0 commit comments

Comments
 (0)