cli-titan
v0.1.0
Published
CLI to create a Titan monorepo (one install, many projects) for Cursor and Claude
Downloads
95
Maintainers
Readme
cli-titan
CLI to create a Titan monorepo: one install, many projects. For use with Cursor and Claude (and the Titan MCP).
Install
npm install -g cli-titanOr run without installing:
npx cli-titan initCommands
| Command | Description |
|--------|-------------|
| titan init | Creates titan-main/ with dependencies and apps/demo. Run once. |
| titan new <name> | Creates apps/<name> (run from inside titan-main). No extra install. |
| titan update | Updates Titan deps in root (run from titan-main). |
Workflow
- Once: Run
titan init(e.g. from your Desktop or projects folder). This createstitan-main/and runspnpm installornpm installthere. - Open the titan-main folder in Cursor. Connect the Titan MCP (or if already connected, you're ready).
- Open
apps/demoin the same window — it has a placeholder page with next-step instructions. You can delete that content and ask the assistant to build something with Titan. - New project: From
titan-main, runtitan new onboarding(or any name). Useapps/onboardingwithout running install again. - Update Titan: From
titan-main, runtitan update.
Make and v0 are unchanged: connect the MCP there as usual. This CLI is for Cursor/Claude so you don’t run a full install per project on your machine.
