tree-fs 0.1.3 → 0.1.4

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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -138,6 +138,9 @@ project
138
138
  ├── src/ <-- Working directory
139
139
  ├── utils.js // Deprecated
140
140
  └── .env # Do not commit
141
+ ```
142
+
143
+ *Result: Creates folder src and files utils.js, .env. All comments are ignored.*
141
144
 
142
145
  ## 📦 CI/CD Integration
143
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tree-fs",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Generate file system structures from text-based directory trees. The standard receiver for AI-generated project scaffolding.",
5
5
  "bin": {
6
6
  "tree-fs": "bin/tree-fs.js"