mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
b18d33dca3b7f4cf9f39aebe55ba3348f582f23d
DefinitelyTyped/tools
✨ Under construction ✨
A monorepo for formerly disparate DefinitelyTyped-related tools:
- header-parser: microsoft/definitelytyped-header-parser
- definitions-parser: the part of microsoft/types-publisher that reads DefinitelyTyped repository data
- publisher: the rest of microsoft/types-publisher
- utils: shared utilities, mostly extracted from microsoft/types-publisher
Local development
This is a monorepo managed with lerna. After cloning, run npm install. lerna bootstrap will be run automatically to install dependencies in each of the individual packages.
Testing
All packages use jest, with a single configuration set up to be run from the monorepo root. npm test is an alias for jest, so you can run tests with any of jest’s CLI options. For example, to run tests for a single package:
npm test -- packages/utils
Languages
TypeScript
96.3%
JavaScript
3.7%