This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
site-template/ref/deno-lib
2025-03-07 14:59:06 +01:00
..
.kbot init from site 2025-03-07 14:59:06 +01:00
src init from site 2025-03-07 14:59:06 +01:00
tests init from site 2025-03-07 14:59:06 +01:00
deno.json init from site 2025-03-07 14:59:06 +01:00
import_map.json init from site 2025-03-07 14:59:06 +01:00
package.json init from site 2025-03-07 14:59:06 +01:00
pnpm-lock.yaml init from site 2025-03-07 14:59:06 +01:00
README.md init from site 2025-03-07 14:59:06 +01:00

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 code
  • src/cli.ts: CLI entrypoint
  • tests/: Test files