create-junando-app
v0.12.2
Published
Scaffold a new Junando alerting app from the express-end-to-end template
Readme
create-junando-app
Scaffold a new Junando alerting app in seconds. This package copies the express-end-to-end template into a new directory and wires up your project name — no configuration files to touch, no boilerplate to delete.
Usage
pnpm create junando-app my-app
# or
npx create-junando-app my-appAfter scaffolding:
cd my-app/app
cp .env.example .env # edit with your LLM/Slack keys
pnpm devWhat's next
See my-app/app/README.md (or the example README) for a full walkthrough of what gets scaffolded, environment variables, and how to connect your LLM and Slack integrations.
