gizmo-archi
v0.1.1
Published
Save and emit reusable project architectures (folder structures)
Maintainers
Readme
gizmo-archi
Save and emit reusable project architectures (folder structures).
Install and build (dev):
npm install
npm run buildLink globally (optional):
npm linkCommands:
# List saved templates
gizmo-archi list
# Save the current project as a template (respects .gizmoarchiignore)
gizmo-archi save
gizmo-archi save --only-structure # capture only folders and empty files
# Emit a saved template into the current directory
gizmo-archi emitUsing without global link:
node bin/cli.js list
node bin/cli.js save
node bin/cli.js emitIgnore rules:
- Default ignores include:
node_modules/,dist/,.git/,*.log, caches, builds, coverage,.env*, anduploads/. - Add a
.gizmoarchiignorefile in your project root to customize.
Notes for PowerShell users:
- If you see PSReadLine glitches, run commands in Command Prompt (cmd) or run
Remove-Module PSReadLinein the current session.
