New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@httpie/command

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@httpie/command

Build beautiful command line applications

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source


Command

Build beautiful console applications.


Installation · Docs · API



Latest Version Monthly downloads

Follow @patrickpoehls and @httpiejs for updates!

Introduction

The @httpie/command package allows you to create beautiful console applications.

Installation

npm i @httpie/command

Docs

Find all the details for @httpie/command in the extensive HTTPie docs.

Usage

Using @httpie/command is pretty straightforward. The package exports a handful of methods that you can reach for when requiring the package:

const { Application } = require('@httpie/command')

async function run () {
  const app = new Application('console-app-name')
  await app.run()
}

Contributing

Do you miss a function? We very much appreciate your contribution! Please send in a pull request 😊

  • Create a fork
  • Create your feature branch: git checkout -b my-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request 🚀

License

MIT © HTTPie

httpiejs.com  ·  GitHub @httpie  ·  Twitter @httpiejs

Keywords

console

FAQs

Package last updated on 22 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts