Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timtwiest/deno-template
🦕 Template for Deno
https://github.com/timtwiest/deno-template
boilerplate deno javascript template typescript
Last synced: about 2 months ago
JSON representation
🦕 Template for Deno
- Host: GitHub
- URL: https://github.com/timtwiest/deno-template
- Owner: timtwiest
- License: mit
- Created: 2020-05-13T19:19:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T13:40:08.000Z (almost 4 years ago)
- Last Synced: 2023-05-09T18:27:59.145Z (over 1 year ago)
- Topics: boilerplate, deno, javascript, template, typescript
- Language: TypeScript
- Size: 4.88 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🦕 Deno-Template
This is a very simple Deno Template.
## Requirements
To run the Deno Template, the following will need to be installed and available from your shell:
- [Deno](https://deno.land/)
- [Git](https://git-scm.com/)## Getting started
This template uses `make` to run the Deno commands.
- `make run`: runs the `src/server.ts`
- `make test`: runs the tests
- `make debug`: runs the debugger starting in the `src/server.ts`
- `make build`: Builds your project into a single file in `dist/server`
- `make clean`: Deletes the `dist` directory## Status
- [x] Config for enviroment variables.
- [x] Logger to log the pretty messages.
- [ ] Extend the project to include more resources.
- [ ] Think about a better structure.
- [ ] And honestly probably more...## Authors