0.2.2 • Published 7 years ago

crossts v0.2.2

Weekly downloads
17
License
MIT
Repository
-
Last release
7 years ago

CrossTS

Generates crosshub.json files for the CrossHub Chrome Extension

Installation

$ npm install -g crossts

Usage

$ crossts path/to/file.ts path/to/another_file.ts ... > crosshub.json

If you want to e.g. feed all files from test and src directories, you could use find:

$ find src test \( -name "*.ts" -o -name "*.tsx" \) -type f -exec crossts {} + > crosshub.json
0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago