janitoring

This commit is contained in:
EatThePooh 2026-02-25 17:20:13 +07:00
parent d2aae92692
commit fda684900b
4 changed files with 22 additions and 28 deletions

View file

@ -5,7 +5,7 @@ A minimal CLI template using Stricli and Dax.
## Quick Start
```bash
nix develop # optional: provides Node.js, TypeScript, biome
nix develop # optional: provides Node.js, TypeScript
npm install
npm run build
node dist/index.mjs --help
@ -20,7 +20,7 @@ nix shell . --command name-placeholder --help # provides CLI in PATH
## Development
Uses TypeScript and Biome for checks:
Uses Biome for checks (installed via npm):
```bash
npm run check