astashov / crossts

Generates crosshub.json files for CrossHub Chrome Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Generates crosshub.json files for CrossHub Chrome Extension

License:BSD 2-Clause "Simplified" License


Languages

Language:TypeScript 89.5%Language:CSS 4.6%Language:HTML 3.0%Language:JavaScript 2.9%