Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

teppeis/clutz-npm

Repository files navigation

clutz-npm

npm package for clutz (Closure to TypeScript .d.ts generator)

npm version Node.js Version Support build status dependency status License

Usage

$ npm i -g @teppeis/clutz
$ clutz foo.js bar.js
$ gents foo.js bar.js

or

$ npx @teppeis/clutz foo.js bar.js
$ npx -p @teppeis/clutz gents foo.js bar.js

How to contribute

Set 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 test

License

MIT License: Teppei Sato <teppeis@gmail.com>