Template for setting up a new strict TypeScripted project that lets you publish a hybrid ESM/CJS NPM package.
- Create a new repository using this template.
- Install dependencies with
npm install
. - Edit the
package.json
file, making sure to rename the package and setting an appropriate version. You might also want to update other details, such as repository URL and the author (go on, I'll allow it 😉). - Write your package code.
- Edit the
README.md
(the file you're looking at). - Publish your NPM package with
npm publish
.