mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
15 lines
235 B
Markdown
15 lines
235 B
Markdown
# insomnia-inso
|
|
|
|
This is the CLI for Insomnia.
|
|
|
|
### Usage
|
|
```
|
|
npm install -g insomnia-inso
|
|
inso --version
|
|
```
|
|
|
|
### Development
|
|
- Bootstrap: `npm run bootstrap`
|
|
- Start the compiler in watch mode: `npm run watch`
|
|
- Run: `./bin/inso -v`
|