@httpie/command
v1.2.0
Published
Build beautiful command line applications
Downloads
3
Maintainers
Readme
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