Two small, independent "developer profile visibility" projects by kasapdev: a curated list of resources for TruckersMP ecosystem developers, and a GitHub Action that keeps a profile README's stats sections genuinely up to date. Both are generic and reusable — not one-off edits to any single person's profile.
Managed as a pnpm workspace monorepo, mirroring the conventions of the sibling kasap-ai-tools repo.
| Package | Description |
|---|---|
packages/awesome-list |
Awesome TruckersMP Dev — a curated, awesome-lint-style list of real resources for developers building tools around the TruckersMP (ETS2/ATS multiplayer) ecosystem. |
packages/profile-readme-generator |
@kasap/profile-readme-generator — a Node-based GitHub Action that regenerates a profile README's stats/recent-activity/pinned-repo sections in place, using the real GitHub REST + GraphQL APIs. |
pnpm install
pnpm build
pnpm typecheck
pnpm testpackages/awesome-list has no build/test scripts (it's plain Markdown, not
code) — pnpm -r --if-present used by the root scripts skips it cleanly.
Code in this repository is licensed under MIT. The curated list
content in packages/awesome-list/awesome-truckersmp-dev.md is additionally
released under CC0, per standard
awesome-list convention.