From 3abf874d3f52c2b87b15e4428a53f50c531db534 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 8 Jun 2023 12:06:40 +0200 Subject: [PATCH] doc: expanded README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7004da3..127f4b2 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ # PostWoman +A CLI api tester and request builder, compatible with Postman collection format + +## Why +Since newer postman requires registration to use most useful features, I decided to build my own tool reusing their format, to be compatible with my coworkers' collections. +Also, I'd much rather use a CLI tool than a bundled webpage.