# @nestjs/schematics

> Nest - modern, fast, powerful node.js web framework (@schematics)

Latest version **12.0.3** (published 2026-09-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install @nestjs/schematics
pnpm add @nestjs/schematics
yarn add @nestjs/schematics
bun add @nestjs/schematics
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 12.0.3 |
| Published | 2026-09-16 |
| First published | 2018-02-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | ^22.22.3 \|\| ^24.15.0 \|\| >=26.0.0 |
| Dependencies | 5 |
| Unpacked size | 252.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 433 |
| Maintainers | nestjscore, kamilmysliwiec |

## Links

- npm: https://www.npmjs.com/package/@nestjs/schematics
- Repository: https://github.com/nestjs/schematics
- Homepage: https://github.com/nestjs/schematics#readme
- Issues: https://github.com/nestjs/schematics/issues
- npm.io page: https://npm.io/package/@nestjs/schematics

## Dependencies (5)

- [pluralize](https://npm.io/package/pluralize.md) 8.0.0
- [comment-json](https://npm.io/package/comment-json.md) 5.0.0
- [jsonc-parser](https://npm.io/package/jsonc-parser.md) 3.3.1
- [@angular-devkit/core](https://npm.io/package/@angular-devkit/core.md) 22.1.8
- [@angular-devkit/schematics](https://npm.io/package/@angular-devkit/schematics.md) 22.1.8

## Recent versions

- 12.0.3 (latest) — 2026-09-16
- 12.0.0-alpha.11 (next) — 2026-08-24
- 12.0.2 — 2026-09-14
- 12.0.1 — 2026-09-11
- 12.0.0 — 2026-08-27
- 12.0.0-alpha.10 — 2026-08-24
- 12.0.0-alpha.9 — 2026-05-14
- 12.0.0-alpha.8 — 2026-05-14
- 11.1.0 — 2026-04-16
- 11.0.10 — 2026-03-31
- 12.0.0-alpha.7 — 2026-03-09
- 12.0.0-alpha.6 — 2026-03-07
- 12.0.0-alpha.5 — 2026-03-07
- 12.0.0-alpha.4 — 2026-03-07
- 12.0.0-alpha.3 — 2026-03-06
- … 146 more at https://npm.io/package/@nestjs/schematics/versions

## README

<p align="center">
  <a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="120" alt="Nest Logo" /></a>
</p>

  <p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications.</p>
    <p align="center">
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/v/@nestjs/schematics.svg" alt="NPM Version" /></a>
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/l/@nestjs/schematics.svg" alt="Package License" /></a>
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/dm/@nestjs/schematics.svg" alt="NPM Downloads" /></a>
<a href="https://discord.gg/G7Qnnhy" target="_blank"><img src="https://img.shields.io/badge/discord-online-brightgreen.svg" alt="Discord"/></a>
<a href="https://opencollective.com/nest#backer" target="_blank"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a>
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
  <a href="https://paypal.me/kamilmysliwiec" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg"/></a>
  <a href="https://twitter.com/nestframework" target="_blank"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"></a>

## 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](https://docs.nestjs.com/cli/overview).

## Installation

```bash
$ npm install -g @nestjs/schematics
```

## Usage

Learn more in the [official documentation](https://docs.nestjs.com/).

## Stay in touch

- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)

## License

Nest is [MIT licensed](LICENSE).

---
_Source: https://npm.io/package/@nestjs/schematics · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
