1.0.0 • Published 6 months ago
httnpm v1.0.0
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 httnpm
Usage
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
$ httnpm
Follow the prompts to make HTTP requests or install NPM packages.
1.0.0
6 months ago