ts-link-defs

1.0.3 • Public • Published

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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ts-link-defs

    Weekly Downloads

    1

    Version

    1.0.3

    License

    ISC

    Last publish

    Collaborators

    • brynb