chaicode
v1.0.3
Published
CLI to install pages and components from Chaicode Registry
Maintainers
Readme
chaicode
CLI to install pages, components, and templates from Chaicode Registry.
Usage
# Install an item
npx chaicode add login-page
# Install a specific version
npx chaicode add [email protected]What it does
- Fetches the item from Chaicode Registry
- Creates files at the specified paths
- Installs npm dependencies (auto-detects npm/bun/pnpm/yarn)
Configuration
Set a custom registry URL:
CHAICODE_REGISTRY_URL=https://your-registry.com npx chaicode add login-pageLocal Development
# From the cli package directory
node index.js add login-page