1.0.3 • Published 9 years ago

ts-link-defs v1.0.3

Weekly downloads
7
License
ISC
Repository
github
Last release
9 years ago

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