Generate a README boilerplate for your project in 30ms!
To get started, clone the project and install the Deno
The application only require Deno to run locally
Make sure you have it installed and set up before proceeding with the installation and usage of the application.
deno task install
will install your CLI tool in $HOME/.deno/bin
or a custom
directory when you set the DENO_INSTALL_ROOT environment variable.
- to run the project locally
deno task dev
- to build the project locally run
deno task build
- to install the binary
deno install --allow-sys --allow-read --allow-write main.ts
Information on how to get help and support for the project, including contact details for your company's support team.
Information on the software design, API documentation, etc
The project is distributed under GNU GENERAL PUBLIC LICENSE