ts-link-defs
v1.0.3
Published
Find and symlink Typescript definition (*.d.ts) files in a folder hierarchy (like node_modules).
Maintainers
Readme
ts-link-defs
Node.js command line tool that symlinks Typescript definition files (*.d.ts) found in a directory hierarchy to the specified destination, preserving folder structure.
install
$ npm install -g ts-link-defsuse
$ ts-link-defs ./bower_components/rxjs/ts --destination ./typings/rxAfter running the above command, ./typings/rx will contain symlinks to all of the .d.ts files found in ./bower_components/rxjs/ts.
You can shorten --destination to -d.
If you want to see the command help, type ts-link-defs with no arguments:
$ ts-link-defslicense
ISC
authors/contributors
- bryn austin bellomy ([email protected])
