https://github.com/moebiusmania/sl-utils
🛠️ A collection of small utilities for myself 🤓
https://github.com/moebiusmania/sl-utils
api deno personal-project typescript utilities
Last synced: about 1 month ago
JSON representation
🛠️ A collection of small utilities for myself 🤓
- Host: GitHub
- URL: https://github.com/moebiusmania/sl-utils
- Owner: moebiusmania
- License: mit
- Created: 2023-10-27T14:57:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-30T08:39:08.000Z (3 months ago)
- Last Synced: 2026-03-30T10:27:43.546Z (3 months ago)
- Topics: api, deno, personal-project, typescript, utilities
- Language: CSS
- Homepage: https://sl-utils.moebiusmania.deno.net
- Size: 905 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sl-utils
> 🛠️ 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.
## Tech stack
Built on top of:
- [Deno](https://deno.land/) - Typescript native runtime
- [Fresh](https://fresh.deno.dev/) v2 - 1st party Web framework (Vite-based)
and some modules:
- [qrcode](https://jsr.io/@libs/qrcode)
published on [Deno Deploy](https://deno.com/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
```
Install dependencies and start the project:
```
$ deno install
$ deno task dev
```
For production build and run:
```
$ deno task build
$ deno task start
```
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
for details.