No description
Find a file
semantic-release-bot 69a04dc7d7 chore(release): 0.1.0 [skip ci]
## [0.1.0](https://git.kjan.de/jank/project-cli/compare/v0.0.1...v0.1.0) (2025-06-19)

### Features

* Add releases ([7dc8496](7dc849688f))

### Bug Fixes

* Use newer version of the release action ([9c16070](9c16070b54))

### Chores

* Create release branch ([ff50c29](ff50c291a7))
2025-06-19 08:20:00 +00:00
.gitea/workflows chore: Create release branch 2025-06-19 10:19:26 +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:20:00 +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:20:00 +00:00
package.json chore(release): 0.1.0 [skip ci] 2025-06-19 08:20:00 +00:00
README.md chore: Initial setup 2025-06-19 06:52:58 +02:00
release.config.cjs chore: Create release branch 2025-06-19 10:19:26 +02: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.