Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add typeorm CLI variations that include ts-node #8776

Merged
merged 2 commits into from
Mar 22, 2022

Commits on Mar 22, 2022

  1. feat: add typeorm CLI variations that include ts-node

    Add `typeorm-ts-node-commonjs` and `typeorm-ts-node-esm` CLI commands.
    This removes the need to manually write `node --require ts-node/register ./node_modules/typeorm/cli.js` or `node --loader ts-node/esm ./node_modules/typeorm/cli.js` in order to use TypeORM CLI without transpiling the code in advance.
    giladgd committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    70e814c View commit details
    Browse the repository at this point in the history
  2. style: formatting

    giladgd committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    f942ea1 View commit details
    Browse the repository at this point in the history