Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 798 Bytes

Migration.md

File metadata and controls

23 lines (16 loc) · 798 Bytes

Migrating an Existing Repository

If you have an existing repository that you'd like to give the files from this repository, you can run npx template-typescript-node-package in it to "migrate" its tooling to this template's.

npx template-typescript-node-package

Warning Migration will override many files in your repository. You'll want to review each of the changes. There will almost certainly be some incorrect changes you'll need to fix.

Options

You can explicitly provide some or all of the options the script would prompt for as command-line flags. See Options.md.

For example, running the migration script and skipping all APIs:

npx template-typescript-node-package --mode migrate --skip-contributors-data --skip-github-api