@httpie/command
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published


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 😊

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

License

MIT © HTTPie


httpiejs.com  ·  GitHub @httpie  ·  Twitter @httpiejs

Package Sidebar

Install

npm i @httpie/command

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

90.4 kB

Total Files

42

Last publish

Collaborators

  • eldorplus