@deveko/devguard 0.1.8 → 0.1.10

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 CHANGED
@@ -19,6 +19,8 @@ Built with Rust. Fast by default.
19
19
  - ✅ Priority-based rule engine
20
20
  - ✅ Auto-generates `.env.example` from `.env`
21
21
  - ✅ Clean, readable CLI output
22
+ - 🖥️ Cross platform (Windows, Mac, Linux)
23
+ - 🤖 Auto-builds via GitHub Actions
22
24
 
23
25
  ---
24
26
 
@@ -28,7 +30,7 @@ Built with Rust. Fast by default.
28
30
  npx @deveko/devguard
29
31
  ```
30
32
 
31
- That's it. No installation needed.
33
+ That's it. Works on Windows, Mac and Linux. No installation needed.
32
34
 
33
35
  ---
34
36
 
@@ -125,9 +127,9 @@ No config needed. Just run it.
125
127
  - [x] `devguard init` -> auto-generate `.env.example`
126
128
  - [x] Missing required keys detection
127
129
  - [x] Sectioned output (Warnings, Errors, Missing)
130
+ - [x] CI/CD integration via GitHub Action
131
+ - [x] Cross platform binaries (Windows, Mac, Linux)
128
132
  - [ ] Custom rules via `devguard.config.toml`
129
- - [ ] CI/CD integration
130
- - [ ] GitHub Action
131
133
  - [ ] VSCode extension
132
134
  - [ ] Docker config validation
133
135
  - [ ] Secret leak detection in source files
package/bin/.gitkeep ADDED
File without changes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deveko/devguard",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "A fast .env scanner for Node.js projects",
5
5
  "bin": {
6
6
  "devguard": "cli.js"