No description
Find a file
Jan K9f 1f3158fd53
All checks were successful
Release / Release (push) Successful in 31s
Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: #1
2025-06-19 08:16:58 +00:00
.gitea/workflows fix: Use newer version of the release action 2025-06-19 10:14:08 +02:00
configuration feat: Add config generation 2025-06-19 07:45:05 +02:00
.gitignore chore: Initial setup 2025-06-19 06:52:58 +02:00
.npmrc feat: Add config generation 2025-06-19 07:45:05 +02:00
bun.lock feat: Add config generation 2025-06-19 07:45:05 +02:00
CHANGELOG.md chore(release): 0.1.0 [skip ci] 2025-06-19 08:14:57 +00:00
index.ts feat: Add config generation 2025-06-19 07:45:05 +02:00
package-lock.json chore(release): 0.1.0 [skip ci] 2025-06-19 08:14:57 +00:00
package.json chore(release): 0.1.0 [skip ci] 2025-06-19 08:14:57 +00:00
README.md chore: Initial setup 2025-06-19 06:52:58 +02:00
release.config.cjs feat: Add releases 2025-06-19 10:00:10 +02:00
renovate.json chore(deps): add renovate.json 2025-06-19 06:03:06 +00:00
tsconfig.json chore: Initial setup 2025-06-19 06:52:58 +02:00

project-cli

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.2. Bun is a fast all-in-one JavaScript runtime.