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

https://github.com/markthree/deno-starter

简单的 deno 项目模板
https://github.com/markthree/deno-starter

deno lite starter

Last synced: about 1 year ago
JSON representation

简单的 deno 项目模板

Awesome Lists containing this project

README

          

# deno-starter

简单的 [deno](https://deno.land/) 项目模板


## Usage

> 注意未加任何权限,请前往 [deno.jsonc](deno.jsonc) 手动添加

### start

```shell
deno task start
```

### release

```shell
deno task release # 将修改 src/version.ts 中的版本号
```


## License

Made with [markthree](https://github.com/markthree)

Published under [MIT License](./LICENSE).