A collection of ready-to-use modules and utilities to build NestJS applications faster 🚀
Package | Description |
---|---|
@icapps/nestkit-common |
Common utilities, enums, constants,... |
@icapps/nestkit-prisma |
Prisma |
To build all packages, run the following command:
npm run build
To build all packages and run the example in development mode, run the following command:
npm run dev
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.