@prauthu/boom

1.0.2 • Public • Published

boom

boom is a command line http tool.

NPM

usage

create a file with name file.http with following content

GET https://jsonplaceholder.typicode.com/posts/1

boom x file.http will execute the request in file.http

boom c file.http will convert the request in file.http to curl command.

usage with environments

create a file with name .boom.json with environments in following format.

{
    "activeEnvironment": "default",
    "enviroments": {
        "default": {
            "host": "https://jsonplaceholder.typicode.com"
        }
    }
}

and file.http with following content

GET {{host}}/posts/1

Readme

Keywords

Package Sidebar

Install

npm i @prauthu/boom

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

20 kB

Total Files

27

Last publish

Collaborators

  • pranayrauthu