crossts

0.2.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i crossts

Weekly Downloads

1

Version

0.2.2

License

MIT

Last publish

Collaborators

  • astashov