No description
Find a file
Renovate Bot ce7f022b45
All checks were successful
Label PRs based on size / Check PR size (pull_request) Successful in 14s
chore(deps): lock file maintenance
2025-06-20 03:04:30 +00:00
.gitea fix: Setup bun 2025-06-19 16:11:45 +02:00
configuration fix: Remove stupid toml 2025-06-19 16:16:17 +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 fix: Remove stupid toml 2025-06-19 16:16:17 +02:00
CHANGELOG.md chore(release): 0.3.3 [skip ci] 2025-06-19 14:57:39 +00:00
index.ts fix: fix init script 2025-06-19 17:20:25 +02:00
package-lock.json chore(deps): lock file maintenance 2025-06-20 03:04:30 +00:00
package.json chore(release): 0.3.3 [skip ci] 2025-06-19 14:57:39 +00:00
README.md chore: Initial setup 2025-06-19 06:52:58 +02:00
release.config.cjs fix: Fix releases 2025-06-19 14:13:29 +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.