I can see that glob patterns are supported, but usage docs not included here or in original repo https://github.com/lyft/react-javascript-to-typescript-transform/issues/37 https://github.com/akx/react-javascript-to-typescript-transform/commit/62e3e42275dc4522ca505c73eaf6facaf06e18ac `cli.ts` using `commander` ```js .usage('[options] <filename or glob>') .command('* [glob/filename...]') .action((globPatterns: string[]) => { ``` Thanks :) I would assume it to be sth like: `$ react-js-to-ts **/*.jsx?`
I can see that glob patterns are supported, but usage docs not included here or in original repo
lyft#37
akx@62e3e42
cli.tsusingcommanderThanks :)
I would assume it to be sth like:
$ react-js-to-ts **/*.jsx?