Package Exports
- @nocodeveloper/zoe-cli
- @nocodeveloper/zoe-cli/dist/cli/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nocodeveloper/zoe-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Zoe CLI
AI coding assistant for your terminal. Login once with GitHub, chat or run tasks — Zoe reads, writes, and edits your project.
Install
npm install -g @nocodeveloper/zoe-cli
zoe login # GitHub OAuth, one-time setupUsage
zoe # interactive chat
zoe "create a landing page" # one-shot task
zoe login | logout | whoami # session managementIn-chat shortcuts
/model <name>— switch AI model/scan— re-scan project structure/help— show helpexit/quit— leave chat
What it does
- Reads your project (files, tech stack, structure)
- Writes code, runs commands, edits files
- Streams responses token by token
- Remembers conversation history per project
Commands in natural language
Zoe recognizes tasks like:
- "create a landing page with HTML CSS JS"
- "add a login form to index.html"
- "fix the bug in script.js"
- "explain what package.json does"
For casual chat ("hola", "qué hace este proyecto"), Zoe replies conversationally without touching files.
Requirements
- Node.js 18+
- An InsForge account (free, used for auth + AI gateway)
License
MIT