npm package for clutz (Closure to TypeScript .d.ts generator)
$ npm i -g @teppeis/clutz
$ clutz foo.js bar.js
$ gents foo.js bar.jsor
$ npx @teppeis/clutz foo.js bar.js
$ npx -p @teppeis/clutz gents foo.js bar.jsSet up for developers
$ git clone git@github.com:teppeis/clutz-npm.git
$ cd clutz-npm
$ git submodule update --init
$ npm install
$ npm run build # make clutz-all.jar with gradle wrapper
$ npm testMIT License: Teppei Sato <teppeis@gmail.com>