No description
Find a file
semantic-release-bot 9c9121500b chore(release): 0.2.1 [skip ci]
## [0.2.1](https://git.kjan.de/jank/project-cli/compare/v0.2.0...v0.2.1) (2025-06-19)

### Chores

* Add size pipeline ([8212b10](8212b10e25))
2025-06-19 12:11:12 +00:00
.gitea chore: Add size pipeline 2025-06-19 14:10:19 +02:00
configuration feat: Add basic project creation 2025-06-19 13:48:55 +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.2.1 [skip ci] 2025-06-19 12:11:12 +00:00
index.ts feat: Add basic project creation 2025-06-19 13:48:55 +02:00
package-lock.json chore(release): 0.2.1 [skip ci] 2025-06-19 12:11:12 +00:00
package.json chore(release): 0.2.1 [skip ci] 2025-06-19 12:11:12 +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.