An open API service indexing awesome lists of open source software.

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

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)