This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Description
I can see that glob patterns are supported, but usage docs not included here or in original repo
lyft#37
akx@62e3e42
cli.ts using commander
.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?