Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 673 Bytes

File metadata and controls

39 lines (25 loc) · 673 Bytes

Welcome to CommandKit + Deno

Important

This repository has been archived in favor of examples/deno-ts

This project was generated by create-commandkit.

This project is a template for a CommandKit project using Deno.

To run this project

dependencies

deno install

run the dev server

deno task dev

build the project

deno task build

run the project (production)

deno task start

Useful links