janitoring
This commit is contained in:
parent
d2aae92692
commit
62e9d367bf
5 changed files with 23 additions and 129 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue