Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/5ouma/utils
- Owner: 5ouma
- Created: 2024-08-30T06:33:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T17:08:15.000Z (11 days ago)
- Last Synced: 2025-01-26T18:21:53.053Z (11 days ago)
- Topics: bun, cache, composite-action, deno, github-actions, opml-generator, pre-commit, renovate, rss
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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"]
}
```