boring.tools-poc/apps/cli
Lars Hampe d72f5c2111
Some checks failed
Build and Push Docker Image / tests (push) Successful in 1m0s
Build and Push Docker Image / build (push) Failing after 1m1s
feat(app): implement cli page with download and example
2024-10-30 23:02:15 +01:00
..
src feat(app): implement cli page with download and example 2024-10-30 23:02:15 +01:00
.gitignore wip: cli and changelog commit upload 2024-10-25 16:31:59 +02:00
package.json feat(cli): add build and upload step 2024-10-30 21:22:00 +01:00
README.md wip: cli and changelog commit upload 2024-10-25 16:31:59 +02:00
tsconfig.json wip: cli and changelog commit upload 2024-10-25 16:31:59 +02:00

cli

To install dependencies:

bun install

To run:

bun run src/index.ts

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