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: about 1 month 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T09:56:15.000Z (about 1 month ago)
- Last Synced: 2024-12-05T10:33:12.905Z (about 1 month ago)
- Topics: bun, cache, composite-action, deno, github-actions, opml-generator, pre-commit, renovate, rss
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: .github/README.md
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"]
}
```