| .. | ||
| .kbot | ||
| src | ||
| tests | ||
| deno.json | ||
| import_map.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
Deno Boilerplate
A minimal Deno boilerplate project with library and CLI support.
Usage
Development
# Run with watch mode
deno task dev
# Run tests
deno task test
# Run CLI
deno task start [name]
Structure
src/lib.ts: Library codesrc/cli.ts: CLI entrypointtests/: Test files