Skip to content
/ NestKit Public

Ready-to-use modules and utilities to build NestJS applications faster 🚀

License

Notifications You must be signed in to change notification settings

icapps/NestKit

Repository files navigation

NestKit

A collection of ready-to-use modules and utilities to build NestJS applications faster 🚀

Contents

Package Description
@icapps/nestkit-common Common utilities, enums, constants,...
@icapps/nestkit-prisma Prisma

Usage

Build

To build all packages, run the following command:

npm run build

Develop

To build all packages and run the example in development mode, run the following command:

npm run dev

Publish

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.

Contributing

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.

License

ISC