This is a template repository for creating a NPM package with TypeScript.
- Change all references of
@johngeorgewright/ts-module
to your new package name - Also search for references to
@johngeorgewright
&ts-module
individually - Remove the
private
property frompackage.json
(if you want to publically publish your module) - Search for all references of
secrets.
in the.github
diectory and make sure you have the appropriate secrets registered in GitHub (Your Repo > Settings > Secrets) - Delete the .github/dependabot.yml file (unless you wish to use that instead of renovate)
- Ammend the LICENSE with your name
- If your packages are to be published publically, change the publish command in
release.config.js
toyarn npm publish --access public
By default, this project's dependencies is kept up-to-date with renovate. This project may also be set-up for dependabot too. To do so:
- Remove the
renovate.json
file mv .github/.dependabot.yml .github/dependabot.yml