nestjs-library-template
nestjs-library-template copied to clipboard
Template to generate new NestJS libraries
NestJS npm Library Template
Installation
- Clone the repo
- Run npm/yarn install
cd nestjs-library-template
npm install
Publishing
In 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.
Change Log
See Changelog for more information.
Contributing
Contributions welcome! See Contributing.
Author
Brian Zuker (https://twitter.com/Brian_Zuker))
License
Licensed under the MIT License - see the LICENSE file for details.
Shoutout
This repo was adapted from https://github.com/nestjsplus/nestjs-package-starter