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 项目模板
- Host: GitHub
- URL: https://github.com/markthree/deno-starter
- Owner: markthree
- License: mit
- Created: 2022-12-07T13:07:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T10:35:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T05:08:13.802Z (over 1 year ago)
- Topics: deno, lite, starter
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).