No description
Find a file
2024-11-23 18:17:26 +01:00
.circleci chore(deps): update node.js to v22 2024-06-20 16:08:04 +00:00
.github style: update PR template markdown file 2021-11-16 12:00:43 +01:00
.husky fix: Husky 2024-10-02 10:58:11 +02:00
src feat(resource-prisma): Add resolver module 2024-11-23 18:13:45 +01:00
test test(formatting): add more unit test for complete the coverage 2024-01-22 08:30:34 -03:00
tools/gulp 🎉 Initial commit 2023-09-25 14:19:35 +02:00
.commitlintrc.json feat(): migrate to eslint, add commitlint, husky, release-it 2020-01-25 11:49:46 +01:00
.eslintignore 🎉 Initial commit 2023-09-25 14:19:35 +02:00
.eslintrc.js 🎉 Initial commit 2023-09-25 14:19:35 +02:00
.gitignore add .d.ts 2023-09-25 14:38:38 +02:00
.gitlab-ci.yml feat: Use the package publish 2023-12-20 09:26:58 +01:00
.npmrc 🎉 Initial commit 2023-09-25 14:19:35 +02:00
.prettierrc 🎉 Initial commit 2023-09-25 14:19:35 +02:00
.release-it.json 🎉 Initial commit 2023-09-25 14:19:35 +02:00
CONTRIBUTING.md chore: replace gitter by discord on contributing guide 2022-05-15 18:36:35 -04:00
gulpfile.js 🎉 Initial commit 2023-09-25 14:19:35 +02:00
jest.json 🎉 Initial commit 2023-09-25 14:19:35 +02:00
LICENSE 🎉 Initial commit 2023-09-25 14:19:35 +02:00
package-lock.json 0.0.7 2024-11-23 18:17:26 +01:00
package.json 0.0.7 2024-11-23 18:17:26 +01:00
pnpm-lock.yaml fix: Add eslint prettier 2024-10-02 11:42:45 +02:00
README.md feat: Resource-prisma 2024-10-02 10:57:35 +02:00
renovate.json 🎉 Initial commit 2023-09-25 14:19:35 +02:00
tsconfig.json 🎉 Initial commit 2023-09-25 14:19:35 +02:00
tsconfig.lib.json 🎉 Initial commit 2023-09-25 14:19:35 +02:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads Coverage Discord Backers on Open Collective Sponsors on Open Collective

Description

The Nest CLI is a command-line interface tool that helps you to initialize, develop, and maintain your Nest applications. It assists in multiple ways, including scaffolding the project, serving it in development mode, and building and bundling the application for production distribution. It embodies best-practice architectural patterns to encourage well-structured apps. Read more here.

Merge with online

git fetch nestjs-schematics
git merge nestjs-schematics/master
pnpm install

Installation

$ npm install -g @nestjs/schematics

Usage

Learn more in the official documentation.

Stay in touch

License

Nest is MIT licensed.