https://github.com/stephen-shopopop/deno-template
Deno template
https://github.com/stephen-shopopop/deno-template
deno makefile typescript workflow
Last synced: 4 months ago
JSON representation
Deno template
- Host: GitHub
- URL: https://github.com/stephen-shopopop/deno-template
- Owner: stephen-shopopop
- Created: 2022-01-29T17:35:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T15:17:36.000Z (6 months ago)
- Last Synced: 2024-12-22T16:24:21.666Z (6 months ago)
- Topics: deno, makefile, typescript, workflow
- Language: TypeScript
- Homepage: https://stephen-shopopop.github.io/deno-template/
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[](https://docs.deno.com/runtime/)
[](https://GitHub.com/stephen-shopopop/deno-template/graphs/commit-activity)
[](https://github.com/stephen-shopopop/deno-template/actions/workflows/deno.yml)
[](https://github.com/stephen-shopopop/deno-template/actions/workflows/release.yml)# Deno template
[Installation deno](https://deno.land/#installation)
- [Documentation](https://doc.deno.land/https://raw.githubusercontent.com/stephen-shopopop/deno-template/main/main.ts)
## Usage
```bash
deno run --allow-env --allow-run mod.ts
```Deno all commands
> deno --help
### Tasks (unstable)
List all tasks
> deno task
```bash
1. deno task start
2. deno task dev
3. deno task check
4. deno task test
5. deno task fmt
```### Make (linux/darwin)
```bash
1. make // help
2. make install // install dependencies
3. make dev // run dev mode (watch files)
4. make test // run tests
5. make fmt // formatter
6. make check // linter & check formatter
7. make inspect // inspect with chrome
```## VSCODE addons
All configuration for VsCode: autofix, debugger, etc...
[deno for vscode](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno)
## Documentation generator
[Deno doc](https://doc.deno.land)