create-ai-ops
v0.1.0
Published
Install AI Dev OS into your project
Readme
create-ai-ops
Install AI Dev OS into your project.
This CLI downloads the latest template from GitHub and copies it into the current working directory. No prompts, no configuration — just install and done.
Usage
npx create-ai-opsRun this from your project root (e.g. a fresh Next.js app). Files such as .cursor/ and ai/ are copied into the current directory. Existing files are overwritten. .git and node_modules are skipped.
Requirements
- Node.js 18+
Local development
npm install
npm run buildFrom a test directory:
npx /path/to/ai-libraryLicense
MIT
