Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
/ nestjs Public archive

Ready-to-use modules and utilities to accelerate building NestJS applications 🚀

License

Notifications You must be signed in to change notification settings

icapps/nestjs

Repository files navigation

@icapps/nestjs

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

Contents

Package Description
@icapps/nestjs-prisma Everything you need to get started with Prisma

Usage

Build

To build all packages, run the following command:

npm run build

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