packages/elizaos/README.md
Create and upgrade elizaOS projects and plugins.
# Interactive home screen
npx elizaos
# Or run a command directly
npx elizaos create
elizaos createCreate a new project from a packaged template.
# Interactive template selection
elizaos create
# Create a project
elizaos create my-project --template project
# Backwards-compatible alias for the project template
elizaos create my-project --template project
# Create a TypeScript plugin starter
elizaos create plugin-foo --template plugin
elizaos upgradeUpgrade the current generated project to the latest packaged template.
elizaos upgrade
elizaos upgrade --check
elizaos infoShow available templates and languages.
elizaos info
elizaos info --template project
elizaos info --language typescript
| Template | Description | Languages |
|---|---|---|
project | Package-first elizaOS app with optional local source eject | TypeScript |
plugin | Plugin starter workspace | TypeScript |
project remains accepted as an alias for project.
bun run build
bun run test
bun run test:packaged