prodlint 0.2.2 → 0.3.0
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.
- package/README.md +3 -1
- package/dist/cli.js +1106 -59
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1106 -59
- package/dist/mcp.js +1106 -59
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/prodlint/prodlint/actions/workflows/ci.yml)
|
|
4
4
|
[](https://www.npmjs.com/package/prodlint)
|
|
5
|
+
[](https://www.npmjs.com/package/prodlint)
|
|
6
|
+
[](https://prodlint.com)
|
|
5
7
|
[](https://opensource.org/licenses/MIT)
|
|
6
8
|
|
|
7
9
|
Scan AI-generated projects for production readiness issues.
|
|
@@ -23,7 +25,7 @@ npx prodlint
|
|
|
23
25
|
## Example Output
|
|
24
26
|
|
|
25
27
|
```
|
|
26
|
-
prodlint v0.2.
|
|
28
|
+
prodlint v0.2.2
|
|
27
29
|
Scanned 142 files in 87ms
|
|
28
30
|
|
|
29
31
|
src/app/api/users/route.ts
|