ts-link-defs
v1.0.3
Published
Find and symlink Typescript definition (*.d.ts) files in a folder hierarchy (like node_modules).
Downloads
4
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-defs
use
$ ts-link-defs ./bower_components/rxjs/ts --destination ./typings/rx
After 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-defs
license
ISC
authors/contributors
- bryn austin bellomy ([email protected])