Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 440 Bytes

File metadata and controls

20 lines (10 loc) · 440 Bytes

HTTPC is a Command Line Interface application that brings the use of HTTP Client.

Development Configuration

  1. Install all the npm modules listed in package.json:

      npm i
    
  2. Link this project module to user library modules:

     npm sudo link
    
  3. Now, you are good to go with your http client cli

Usage

Find out about the httpc cli module usage by typing the following to the console

httpc help or httpc --help