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.mdwith the appropriate year and owner
- Update the CHANGELOG.mdwith your package's changes
- Remove the private: trueflag frompackage.json(if you intend to publish to a registry)
- Replace this README.mdwith your own 😄