testify-api-cli 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +40 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1 +1,40 @@
1
- # testify-cli-npm
1
+ # testify-api-cli
2
+
3
+ > npm distribution wrapper for [Testify](https://github.com/nityam123-pixle/testify-cli)
4
+ > — zero-config API testing for your terminal.
5
+
6
+ ## Install
7
+
8
+ ```bash
9
+ npm install -g testify-api-cli
10
+ ```
11
+
12
+ ## Usage
13
+
14
+ ```bash
15
+ cd your-project
16
+ testify start
17
+ ```
18
+
19
+ This package downloads the correct pre-built Testify binary for your
20
+ platform (macOS/Linux/Windows, x64/arm64) from GitHub Releases automatically
21
+ on install. No Go compiler required.
22
+
23
+ ## What is Testify?
24
+
25
+ Testify detects your tech stack, scans your codebase for API routes,
26
+ pre-fills request bodies from your actual schemas, and gives you a
27
+ persistent split-pane terminal workspace for testing — no manual setup,
28
+ no collections to create.
29
+
30
+ Supported: NestJS, Next.js, Express, Fastify, Hono, FastAPI, Flask,
31
+ Django, Gin, Echo.
32
+
33
+ ## Links
34
+
35
+ - Main repo: https://github.com/nityam123-pixle/testify-cli
36
+ - Issues: https://github.com/nityam123-pixle/testify-cli/issues
37
+
38
+ ## License
39
+
40
+ Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testify-api-cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Zero-config API testing for your terminal",
5
5
  "homepage": "https://github.com/nityam123-pixle/testify-cli",
6
6
  "repository": {