Crates.io | boltcli |
lib.rs | boltcli |
version | 0.12.5 |
source | src |
created_at | 2023-04-21 10:38:05.886875 |
updated_at | 2023-05-19 07:36:21.236599 |
description | Build and test APIs |
homepage | https://github.com/hiro-codes/bolt |
repository | https://github.com/hiro-codes/bolt |
max_upload_size | |
id | 845183 |
size | 62,830 |
Bolt is a desktop application that is designed to make the process of developing and testing APIs easier and more efficient. Like Postman, but open source and written in Rust 🦀
Bolt can also be installed as a CLI app which allows you to run Bolt inside a web browser, with all the features of the Desktop app included.
Warning: Bolt is experimental software. Expect:
- Bugs
- Missing features
- Breaking changes
Pre-built binaries for Windows, macOS and Linux can be found in the latest release assets section.
⚠️ Prerequisites
git clone https://github.com/hiro-codes/bolt
cd bolt
git checkout release
just setup # or make setup
just build # or make build
cargo install boltcli
⚠️ Prerequisites
git clone https://github.com/hiro-codes/bolt
cd bolt
git checkout release
just install-cli # or make install-cli
bolt
run bolt -h
for command line options
Made with ❤️ by 0xHiro