# cargo-bp
The CLI for working with [battery packs](https://crates.io/crates/battery-pack): curated crate bundles with docs, templates, and agentic skills.
📖 **[Read the book](https://battery-pack-rs.github.io/battery-pack)** for the full guide.
## Install
```bash
cargo install cargo-bp
# or
cargo binstall cargo-bp
```
## Usage
```bash
# Create a new project from a battery pack template
cargo bp new cli
# Add a battery pack to an existing project
cargo bp add cli
# Show info about a battery pack
cargo bp show cli
```
## Related crates
- [`battery-pack`](https://crates.io/crates/battery-pack): the library for authoring battery packs
## License
Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or [MIT license](LICENSE-MIT) at your option.