Skip to content

ND is a CLI HTTP Client, focusing in declarative requests for day to day development.

Notifications You must be signed in to change notification settings

rosa-gabriel/nd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ND

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

Features

  • Declarative description of HTTP/HTTPS requests so they are replicable;
  • Support to auto format/generate tokens for basic and bearer;

Install from package

Pre-built packages for Windows, macOS, and Linux are found on the Releases page.

Install from source

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.

About

ND is a CLI HTTP Client, focusing in declarative requests for day to day development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages