- Clone the repo
- Run npm/yarn install
cd nestjs-library-template
npm installIn order to publish to NPM, create a user in npmjs.com. Follow this guide for a more detailed explanation.
This repo includes a Github Action that will publish the package to npm on each push to main, where the version in the package.json has changed. In order for this to work you need to add your NPM_TOKEN to the repository secrets
More information here.
See Changelog for more information.
Contributions welcome! See Contributing.
Brian Zuker (https://twitter.com/Brian_Zuker))
Licensed under the MIT License - see the LICENSE file for details.
This repo was adapted from https://github.com/nestjsplus/nestjs-package-starter