This is a template repository for creating a NPM package with Bun
- Change all references of
@johngeorgewright/ts-moduleto your new package name - Also search for references to
@johngeorgewright&ts-moduleindividually - Search for all references of
secrets.in the.githubdiectory 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
- Install git hooks:
deno task hook install
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.jsonfile mv .github/.dependabot.yml .github/dependabot.yml