1.0.0 • Published 6 months ago

httnpm v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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.