dts-generator : .d.ts generator. Generates a single d.ts bundle containing external modules from TypeScript files.. You can installing dts-generator npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install dts-generator $ sudo npm install -g dts-generator
If want to update the dts-generator package execute the command as below,
$ sudo npm update dts-generator
Update package globally,
$ npm install -g dts-generator
$ sudo git clone https://github.com/rektide/dts-generator.git
$ sudo npm install -g ./dts-generator
dts-generator@2.1.0 /usr/lib/node_modules/dts-generator
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dts-generator
Package Name | dts-generator |
Version | 2.1.0 |
Description | .d.ts generator. Generates a single d.ts bundle containing external modules from TypeScript files. |
Released Date | 2017-02-05T21:51:09.855Z |
Published by | sitepen |
How to Learn | https://www.npmjs.com/package/dts-generator/tutorial |