Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/5ouma/utils

🔧 Utilities to make my life better
https://github.com/5ouma/utils

bun cache composite-action deno github-actions opml-generator pre-commit renovate rss

Last synced: about 1 month ago
JSON representation

🔧 Utilities to make my life better

Awesome Lists containing this project

README

        

Utils

**🔧 Utilities to make my life better**

![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/5ouma/utils?style=flat-square)
![GitHub repo size](https://img.shields.io/github/repo-size/5ouma/utils?style=flat-square)
[![GitHub last commit](https://img.shields.io/github/last-commit/5ouma/utils?style=flat-square)](https://github.com/5ouma/utils/commit/HEAD)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/5ouma/utils?style=flat-square)](https://github.com/5ouma/utils/commits/main)


[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/5ouma/utils/main.svg?style=flat-square)](https://results.pre-commit.ci/latest/github/5ouma/utils/main)



## 🐙 GitHub Composite Actions

### 🍞 Setup Bun with Cache

```yml
jobs:
build:
runs-on: Ubuntu-Latest
steps:
- uses: 5ouma/utils/setup-bun-with-cache@main
```

### 🦕 Setup Deno with Cache

```yml
jobs:
build:
runs-on: Ubuntu-Latest
steps:
- uses: 5ouma/utils/setup-deno-with-cache@main
```


## 🎨 Renovate

```json
{
"extends": ["github>5ouma/utils"]
}
```