A collection of ready-to-use modules and utilities to accelerate building NestJS applications 🚀
Take a look at our getting started guide to quickly get started with NestJS
Package | Description |
---|---|
@icapps/nestjs-prisma |
Everything you need to get started with Prisma |
To build all packages, run the following command:
npm run build
We use changesets to take care of versioning and publishing.
To publish a new release of any or more packages, all you need to do is run the following command and follow the instructions:
npm run release
This will create a changeset that you need to push to GitHub. A release PR will be created, which should publish the package(s) to npm when being merged.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.