Skip to content

Reformat "options" section of README into a table #1222

Description

@cspotcode

Unify CLI, env var, and programmatic options into a table.

Something like this:

| CLI | Environment | API | Description |
|---|---|---|---|
| `-T, --transpile-only` | `TS_NODE_TRANSPILE_ONLY` | `transpileOnly` | Use TypeScript's faster `transpileModule` (default: `false`) |

Renders like:

CLIEnvironmentAPIDescription
-T, --transpile-onlyTS_NODE_TRANSPILE_ONLYtranspileOnlyUse TypeScript's faster transpileModule (default: false)

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

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions