https://github.com/underctrl-io/commandkit-deno
A CommandKit project example using Deno
https://github.com/underctrl-io/commandkit-deno
commandkit deno
Last synced: 8 months ago
JSON representation
A CommandKit project example using Deno
- Host: GitHub
- URL: https://github.com/underctrl-io/commandkit-deno
- Owner: underctrl-io
- Created: 2025-07-02T02:40:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-04T02:52:29.000Z (8 months ago)
- Last Synced: 2025-07-04T03:37:12.414Z (8 months ago)
- Topics: commandkit, deno
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to CommandKit + Deno
> This project was generated by [create-commandkit](https://npmjs.com/package/create-commandkit).
This project is a template for a CommandKit project using Deno.
## To run this project
### dependencies
```sh
deno install
```
### run the dev server
```sh
deno task dev
```
### build the project
```sh
deno task build
```
### run the project (production)
```sh
deno task start
```
## Useful links
- [Documentation](https://commandkit.dev)
- [Discord](https://ctrl.lol/discord)