This repository is a template for JavaScript packages written in TypeScript and distributed via registries like npm.
- 🏷️ TypeScript
- 📦 Yarn
- 👕 Prettier
- 👷 GitHub Actions build workflow
- 📄 ISC license
There's always some metadata to update when using boilerplate code, so make sure to do the following:
- Update the package's
name
,version
,description
,author
, etc inpackage.json
- Update the
LICENSE.md
with the appropriate year and owner - Update the
CHANGELOG.md
with your package's changes - Remove the
private: true
flag frompackage.json
(if you intend to publish to a registry) - Replace this
README.md
with your own 😄