nusmodifications / nusmodifications/nusmods
NUSMods v4 phase 1: tooling upgrades
Open
@yangshun is already working on this.
Since Mar 4, 2026.
- Dominant language
- JavaScript
- Stars
- 689
- Forks
- 364
- Avg merge
- 7h 5m
- Merged PRs (30d)
- 14
Description
Since we want to use AI to do the heavy-lifting, we need to make things easier for AI to do its thing. The first step is to upgrade tooling so that AI can easily verify correctness (somewhat). Tooling improvements are also easier for humans to verify. Development experiemce improvements that good for humans tend to also be good for AI.
- TypeScript -> Upgrade to latest version
- Node 18 -> Node 22
- Yarn -> pnpm
- Prettier -> Oxfmt
- Move to one root .oxfmtrc.json
- Jest -> Vitest
- Cleanup unused deployment files in
website - ESLint -> Oxlint
- export
- scraper
- website
- Turn repo into a monorepo via Turborepo or Viteplus: Current version is good enough, we can run commands in every package with
pnpm -r <cmd>
Not doing:
- Migrate webpack away: We'll leave this first, as I plan to move to Next.js / TanStack Start / Vite + React
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.