Skip to content

moebiusmania/sl-utils

Repository files navigation

sl-utils

🛠️ A collection of small utilities for myself 🤓

https://sl-utils.deno.dev/

Some simple and small APIs to make my life easier.

Tech stack

Built on top of:

  • Deno - Typescript native runtime
  • Fresh - 1st party Web framework

and some modules:

published on Deno Deploy free tier.

How to use

Make sure to install Deno on your machine: https://deno.land/manual/getting_started/installation

Then, clone the repository:

$ git clone https://github.com/salvatorelaisa/sl-utils.git
$ cd sl-utils

Start the project:

$ deno task start

This will watch the project directory and restart as necessary.

License

This project is licensed under the MIT License. See the LICENSE file for details.