httnpm
v1.0.0
Published
A versatile package for making HTTP requests and installing NPM packages through an interactive command-line interface.
Maintainers
Readme
HTTNPM
HTTNPM is a versatile NPM package for making various types of HTTP requests and installing NPM packages through an interactive command-line interface.
Installation
npm install -g httnpmUsage
const { runPrompt } = require('httnpm');
runPrompt();Features
- Make HTTP requests (GET, POST, PUT, DELETE, PATCH, CONNECT)
- Install NPM packages by searching for them
- Persistent prompt until the user selects "Exit"
Example
$ httnpmFollow the prompts to make HTTP requests or install NPM packages.
