Back to Explore

nestjs/schematics

GitHub
1 watchersOpen source

Last release:

@nestjs/schematics is a toolset for generating Nest architecture elements, based on Angular schematics. It is useful for scaffolding and maintaining Nest applications, helping developers initialize and structure projects using established patterns.

Project status

  • The repository (nestjs/schematics) appears actively maintained, with an upstream push timestamp matching today (2026-08-12) and multiple recent updates in 2026 (11.1.0 and 11.0.10).
  • Update cadence is fairly responsive recently, with 11.0.10 on 2026-03-31 and 11.1.0 on 2026-04-16 (about two weeks apart), followed by the next documented update on 2026-08-12 only reflected in the latest push timestamp.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • 11.1.0

    Release 11.1.0 introduces an opt-in `format` option across multiple Nest schematics, enabling formatting of generated files using Prettier (when available). The code changes also include several dependency upgrades and a new optional peer dependency on `prettier`, but these are not mentioned in the release notes.

    Features
  • 11.0.10

    Release 11.0.10 primarily updates the schematics templates and dependency set. Documented changes include adding an afterEach hook to call app.close() in the generated e2e test template, plus dependency bumps for Angular devkit packages and comment-json.

  • 11.0.9

    Release 11.0.9 updates the eslint configuration used by @nestjs/schematics to improve cross-platform formatting behavior by adjusting Prettier end-of-line handling. In addition, the release includes dependency bumps for eslint tooling and TypeScript ESLint packages. Release notes only call out the prettier endOfLine change.