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

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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