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 🚀
- Host: GitHub
- URL: https://github.com/icapps/nestkit
- Owner: icapps
- License: isc
- Created: 2023-09-13T06:42:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T12:32:31.000Z (over 2 years ago)
- Last Synced: 2025-02-18T19:02:41.990Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.05 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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)