api-watchman
v2.1.1
Published
api-watchman is a open-source lightweight terminal based api client
Downloads
4
Readme
Api-Watchman
Api-Watchman is a open source lightweight terminal based api client
check it out npm install -g api-watchman
Why Api-Watchman ?
Better Debugging
- Explaination of response status codes
Better WorkFlow
- Automatically Fetching when file changes are detected.
- Load .env variables
├── build
│ └── watchman.js
├── config.json
├── help.txt
├── LICENSE
├── nodemon.json
├── options.json
├── package.json
├── package-lock.json
├── publish.sh
├── README.md
├── rollup.config.js
├── src
│ ├── commands.js
│ ├── errorType.js
│ ├── example.js
│ ├── index.js
│ └── util.js
2 directories, 16 files