Loading repository data…
Loading repository data…
lampewebdev / repository
A Simple Deno Boilerplate
This is a very basic Deno Boilerplate.
It does not much. The only goal is to not have to setup and created a basic setup.
Feel free to open pull requests!
This boilerplate uses make to run the Deno commands.
It is usually already installed on your Unix OS.
You can use the following commands:
make run: executes the index.tsmake test: runs the testsmake format: formats all your filesmake debug: runs the debugger starting in the index.tsmake bundle: bundles your project into a single file in build/indexIn src/log.ts you can find a simple logger that is extendable.