node-app-build 6.5.0

Mini app developer CLI: scaffold, validate, package node-app-* Debian packages
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# {{name}}

{{description}}

Scaffolded by [`node-app new --profile bun`](https://github.com/econ-v1/node).

## Quickstart

```bash
node-app dev                 # hot-reload against your local monorepo
node-app audit               # check this app against the blueprint
```

See `AGENTS.md` for the architecture brief.