@definitelytyped/dtslint-runner
A unification of dtslint-runner and the CI part of types-publisher.
To run locally, try:
$ node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path ~/DefinitelyTyped
$ node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path .
$ node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path . --selection all
$ node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path . --selection all --noInstall
$ node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path . --selection all --noInstall --shardCount 8 --shardId 1
$ node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path . --selection all --noInstall --expectOnly
$ node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path . --selection all --noInstall --expectOnly
$ node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path . --selection all --noInstall --expectOnly --onlyTestTsNext
$ node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path . --selection all --noInstall --expectOnly --localTypeScriptPath ../ts/built/local