iris-chatbot
v5.5.0
Published
One-command installer for the Iris project template.
Readme
Iris CLI Installer
One command creates a fresh Iris project in ./iris and installs dependencies:
npx iris-chatbot@latestRequirements
- Node.js
>=20.9.0
What The Command Does
When you run npx iris-chatbot@latest:
- Creates a new folder named
irisin your current directory - Copies the project template into it
- Installs dependencies automatically
If an iris directory already exists, the command fails and does not overwrite files.
Optional Flags
npx iris-chatbot@latest --skip-install
npx iris-chatbot@latest --pm pnpm
npx iris-chatbot@latest --yes--skip-install: scaffold files only--pm <npm|pnpm|yarn|bun>: choose package manager for dependency install--yes: non-interactive mode compatibility flag
Compatibility Alias
Legacy/advanced path is still supported:
npx iris-chatbot@latest init my-appLocal Development (This Repository)
To work on the installer and app source directly in this repo:
npm run dev