@thearchitech.xyz/cli
v2.0.0
Published
Revolutionary AI-Powered Application Generator - Transforming weeks of work into minutes
Maintainers
Readme
The Architech CLI
Generic, unopinionated code generation engine
The Architech CLI is a powerful, framework-agnostic code generation tool that works with any marketplace to create production-ready applications from TypeScript genome files.
🚀 Quick Start
# Install globally
npm install -g @the-architech-xyz/cli
# Create your first project (V2 format)
architech new my-app.genome.ts
# Or use a pre-built genome
architech new my-saas --genome saas-platform✨ What's New in V2
- Federated Composition Engine - CLI resolves dependencies globally
- Lock Files - Reproducible builds with
genome.lock - Multi-App Support - Explicit app dependencies
- Recipe Books - Declarative package-to-module mapping
- Full Transparency - See exactly what modules are resolved
Migrating from V1? See the V2 Migration Guide
📚 Documentation
- V2 Migration Guide - Migrate from V1 to V2
- V2 Architecture - Architecture overview
- Complete Guide - Full documentation
- CLI Reference - Command reference
- Genome Format - TypeScript genomes
- AI Blueprint Guide - AI blueprint creation
🛠️ Development
- Contributing - How to contribute
- Architecture - System architecture
- Examples - Real-world examples
🎯 Key Features
- Framework Agnostic - Works with React, Vue, Angular, Svelte, etc.
- Marketplace Driven - Use any marketplace or create your own
- Type Safe - Full TypeScript support with autocomplete
- AI Ready - Complete blueprint API for AI agents
- Extensible - Plugin system for custom functionality
📦 Installation
# From source (development)
git clone https://github.com/the-architech-xyz/cli.git
cd cli
npm install
npm run build
npm link
# From npm (coming soon)
npm install -g @the-architech-xyz/cli🤝 Contributing
We welcome contributions! Please see our Contributing Guide for details.
📄 License
MIT License - see LICENSE file for details.
Built with ❤️ by The Architech Team
