A template for a library project How to start your own project using this template npx create-lib Don't forget to install the dependencies npm install While developing run: npm run dev To run the tests: npm run test Build the project npm run build