- Deno installed on your machine
- Deno plugin installed, formatter enabled on save
None
This is how you can use the CLI during development.
deno run -A ./src/index.ts
Example commands:
deno run -A ./src/index.ts build ./test-project
deno run -A ./src/index.ts config open
Common commands:
deno task lint
to check formattingdeno task test
to run testsdeno task coverage
to run tests with coverage
See deno.json
for the full list of tasks.