@miranda0808/maya-claude
v0.1.1
Published
Install a full repo-local Maya runtime into the current project or a target directory.
Readme
@miranda0808/maya-claude
Install a full repo-local Maya runtime into the current project or a target directory.
Usage
npx @miranda0808/maya-claude init
npx @miranda0808/maya-claude init --dry-run
npx @miranda0808/maya-claude init --force
npx @miranda0808/maya-claude init --target ../some-projectWhat It Installs
- portable
CLAUDE.md .env.example.gitignoreentries for.envand.env.localcommands/.maya/templates/campaigns/README.mdresearch/README.mdtools/.claude/skills/
Secrets
After install, copy .env.example to .env or .env.local in the target repo.
.env.localoverrides.envwhen both exist.- Maya keeps
.envand.env.localout of git by adding them to.gitignore. - The Meta boundary auto-loads
META_ACCESS_TOKENandMETA_AD_ACCOUNT_IDfrom those files for each invocation.
Options
--dry-runprints the planned writes without modifying the target project.--forceoverwrites files Maya previously installed.--target <path>installs into a different existing directory.
