Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
hatsu38 committed Aug 22, 2021
1 parent 4d8534b commit 4e413c8
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions README.md
Expand Up @@ -3,13 +3,47 @@

This is a TUI tool that allows you to make an HTTP Request and check the response, just like Postman.

https://user-images.githubusercontent.com/16137809/129535113-e5c9447a-0171-4056-9f4d-78ca97d40fb6.mov


https://user-images.githubusercontent.com/16137809/129535113-e5c9447a-0171-4056-9f4d-78ca97d40fb6.mov
## Install

```sh
brew install hatsu38/postman-tui/postman-tui
```

## Lint

```sh
go fmt ./...
```
```

## Deploy

1. Create Git Tag
```sh
git tag -a "vX.Y.Z" -m "version X.Y.Z"
```

2. Tag Push
```sh
git push origin vX.Y.Z
```

3. A Formula will be created in this repository
https://github.com/hatsu38/homebrew-postman-tui


## Contributing
I'm looking forward to your bug reports and requests for new features!

You can also open an issue or comment on an issue on github and a maintainer(@hatsu38) will reply to you.

It would be my pleasure to star this repository!

If you have any concerns, please contact us at ↓.

https://twitter.com/hatsu_38

## License
This code is free to use under the terms of the MIT license.

0 comments on commit 4e413c8

Please sign in to comment.