My assistant and workflow controller
  • TypeScript 82.3%
  • C++ 8.2%
  • CSS 7.9%
  • CMake 0.9%
  • PLpgSQL 0.3%
  • Other 0.4%
Find a file
2026-05-15 20:01:08 +05:30
.forgejo/workflows fix: update cache cleanup command to remove bun.lock file 2026-05-15 19:48:24 +05:30
apps fix: update @usersatoshi/results dependency reference to use specific version archive 2026-05-15 19:55:29 +05:30
packages fix: update @usersatoshi/results dependency reference to use specific version archive 2026-05-15 19:55:29 +05:30
.dockerignore feat: add Docker support with Dockerfile and docker-compose configuration for core and deck services 2026-05-10 03:47:58 +05:30
.gitignore feat(patterns): initialize patterns package with singleton implementation and types 2026-04-28 01:41:49 +05:30
.prettierrc feat(patterns): initialize patterns package with singleton implementation and types 2026-04-28 01:41:49 +05:30
bun.lock fix: update @usersatoshi/results dependency reference to use specific version archive 2026-05-15 19:55:29 +05:30
bunfig.toml fix: update @usersatoshi/results dependency reference to use specific version archive 2026-05-15 19:55:29 +05:30
docker-compose.env.example feat: add Docker support with Dockerfile and docker-compose configuration for core and deck services 2026-05-10 03:47:58 +05:30
docker-compose.yml fix: update Dockerfile and docker-compose for improved build context and installation process 2026-05-10 20:48:08 +05:30
package.json fix: update @usersatoshi/results dependency reference and typescript peer dependency version 2026-05-15 19:46:08 +05:30
README.md Update README.md 2026-05-11 01:34:47 +05:30
tsconfig.json feat(patterns): initialize patterns package with singleton implementation and types 2026-04-28 01:41:49 +05:30

yumi

My Workflow controller

To install dependencies:

bun install

To run:

bun run index.ts

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