CLI to scaffold projects with ACE-Framework (AI-assisted Code Engineering)
npm install create-ace-frameworkCLI tool to scaffold projects with ACE-Framework (AI-assisted Code Engineering).
``bashCreate a new project
npx create-ace-framework my-project
$3
`bash
npm install -g create-ace-frameworkThen use directly
create-ace-framework my-project
`What It Does
1. Creates the ACE-Framework directory structure
2. Copies all templates, standards, and skills
3. Sets up IDE configurations (VS Code, Cursor)
4. Initializes ACTIVE_CONTEXT.md for your project
5. Creates a basic .gitignore
After Installation
1. Read the guides:
-
USER_GUIDE.md - Practical day-to-day usage
- ACE-SPEC.md - Full technical specification2. Customize for your stack:
- Edit
.ace/standards/coding.md
- Edit .ace/standards/security.md3. Start your first AI session:
`
"Read .aceconfig and ACTIVE_CONTEXT.md to begin."
``- Node.js 16+
- Git (for downloading templates)
- GitHub Repository
- Documentation
- Report Issues
MIT