Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ It supports:
* ASCII trees like `tree` with `│ ├ └ ─`
* Space-indented lists
* Path lines like `.github/workflows/ci.yml` or `src/index.ts`
* End-of-line comments such as `# ...` and trailing parenthetical notes like `(optional, ...)`

No runtime dependencies, TypeScript only for build.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structforge",
"version": "1.0.3",
"version": "1.1.0",
"description": "Text-to-filesystem scaffolder that understands ASCII trees, indented lists, and path lines. Safe, zero runtime deps.",
"type": "module",
"bin": {
Expand Down