File Architect is a syntax to create file and folder structures from plain text. There is a mac app available to get started quickly. If you prefer using it programmatically or with a command-line interface, you can use the core package.
- 📁 Create directory structures using a simple, indentation-based syntax
- 📋 Copy files and directories from existing locations
- 🔄 Move (import) files from other projects
- 🔧 Replace file and folder names using patterns
- 🚀 Available as both a CLI tool and a TypeScript/JavaScript library
- 🌐 Works in both Node.js and browser environments
- 🔍 Validates operations before execution
- ⚡ Supports YAML frontmatter for configuration