A lightweight VS Code extension that prevents tab overload by automatically closing the oldest tabs when you open too many.
- TypeScript - Main development language
- pnpm - Package management
- esbuild - Build tool
-
Install dependencies:
pnpm install
-
Run checks (linting, compilation, testing):
pnpm check