pi-agui
v0.1.1
Published
Scaffold an AG-UI + Pi app from the official template
Maintainers
Readme
pi-agui
Scaffold a ready-to-use AG-UI + Pi app from the template in this repository.
Usage
npx pi-agui@latest my-agui-appOr, if installed globally:
pi-agui my-agui-appThen:
cd my-agui-app
./dev.shOptions
--no-install— skip dependency installation-h,--help— show help-v,--version— print installed CLI version
Releases
- Changelog:
CHANGELOG.md - Release notes:
release-notes/
Publish (maintainers)
From packages/pi-agui:
npm run prepare-template
npm publish --access publicprepack automatically runs prepare-template, which copies apps/agui-pi-template into template/ while excluding node_modules, build artifacts, and temporary files.
