An open API service indexing awesome lists of open source software.

https://github.com/icapps/nestkit

Ready-to-use modules and utilities to build NestJS applications faster 🚀
https://github.com/icapps/nestkit

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          





NestKit


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

## Contents

| Package | Description |
| --------------------------------------------------------------------------------------- | -------------------------------------- |
| [`@icapps/nestkit-common`](https://github.com/icapps/NestKit/tree/main/packages/common) | Common utilities, enums, constants,... |
| [`@icapps/nestkit-prisma`](https://github.com/icapps/NestKit/tree/main/packages/prisma) | [Prisma](https://www.prisma.io) |

## Usage

### Build

To build all packages, run the following command:

```bash
npm run build
```

### Develop

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

```bash
npm run dev
```

### Publish

We use [changesets](https://github.com/changesets/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:

```bash
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](LICENSE)