🛠️ A collection of small utilities for myself 🤓
https://sl-utils.moebiusmania.deno.net/
Some simple and small APIs (with some companion UIs) to make my life easier.
Built on top of:
and some modules:
published on Deno Deploy free tier.
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
Install dependencies and start the project:
$ deno install
$ deno task dev
For production build and run:
$ deno task build
$ deno task start
This project is licensed under the MIT License. See the LICENSE file for details.