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

Please show how to run it with a file glob pattern to transpile multiple files/folders recursively #10

@kristianmandrup

Description

@kristianmandrup

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions