ND is a project to create a CLI tool capable of replacing postman for day-to-day development in a terminal-centered environment.
You can check the command's documentation by running the command:
nd --help
- Declarative description of HTTP/HTTPS requests so they are replicable;
- Support to auto format/generate tokens for
basic
andbearer
;
Pre-built packages for Windows, macOS, and Linux are found on the Releases page.
The build process uses rust's cargo package manager. After installing the dependencies, run the following command.
cargo build --release
This will generate the executable for the current OS in ./target/release/nd
.