v1.0.0
ts-abbr-skill v1.0.0
First stable release.
What it does
- Applies a configurable abbreviation dictionary to TypeScript variable/parameter naming
- AST-aware rename via
ts-morph(no plain-text find/replace) tsc --noEmitverification required after batch renames
Install
npx ts-abbr-skillBuilt-in dictionary highlights
business→biz, context→ctx, configuration→cfg, response→res, request→req, repository→repo, and 40+ more.