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: 5 days ago
JSON representation

🔧 Utilities to make my life better

Awesome Lists containing this project

README

        

Utils

**🔧 Utilities to make my life better**


[![pre-commit](https://img.shields.io/github/actions/workflow/status/5ouma/utils/pre-commit.yml?label=pre-commit&style=flat-square)](https://github.com/5ouma/utils/actions/workflows/pre-commit.yml)

![Repobeats Analytics Image](https://repobeats.axiom.co/api/embed/d782636a7ff8da4b10a5eb4c9465b211d5f003d5.svg)



## 🐙 GitHub Composite Actions

### 🚸 pre-commit

```yml
jobs:
build:
runs-on: Ubuntu-Latest
steps:
- uses: 5ouma/utils/pre-commit@main
```

### 🍞 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", "github>5ouma/utils:labels"]
}
```