No description
Find a file
semantic-release-bot 1efb9c5227 chore(release): 0.4.0 [skip ci]
## [0.4.0](https://git.kjan.de/jank/project-cli/compare/v0.3.3...v0.4.0) (2025-06-20)

### Features

* Add folder execution ([703db75](703db757bc))
* add version argument ([618e00b](618e00b677))

### Bug Fixes

* Fix cli command ([7f5c721](7f5c72143a))
* fix init script ([de3f5e6](de3f5e697c))
* Merge ([3f6eab9](3f6eab94c1))
* Remove stupid tag ([4cb16be](4cb16be7fa))
* test ([623ca27](623ca27213))
* Try different cli script ([ccf3d39](ccf3d391dd))

### Chores

* Clean up imports ([50ecd8c](50ecd8ce86))
* **release:** 0.4.0 [skip ci] ([b6f77ae](b6f77aed80))
* **release:** 0.4.0 [skip ci] ([16cb633](16cb633fe1))
* **release:** 0.4.0 [skip ci] ([506fc04](506fc04054))
* **release:** 0.4.0 [skip ci] ([b9bd05e](b9bd05e406))
2025-06-20 05:46:21 +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
a fix: test 2025-06-20 07:45:34 +02:00
bun.lock fix: Remove stupid toml 2025-06-19 16:16:17 +02:00
CHANGELOG.md chore(release): 0.4.0 [skip ci] 2025-06-20 05:46:21 +00:00
index.ts fix: Try different cli script 2025-06-20 07:34:06 +02:00
package-lock.json chore(release): 0.4.0 [skip ci] 2025-06-19 15:25:17 +00:00
package.json chore(release): 0.4.0 [skip ci] 2025-06-20 05:38:04 +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.