> For the complete documentation index, see [llms.txt](https://nzbin.gitbook.io/ng-matero/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nzbin.gitbook.io/ng-matero/schematics.md).

# Schematics

Schematics is a powerful feature of the Angular ecosystem. You can quickly add project directories or generate common business templates through Schematics.

Currently, ng-matero implements the functions of `ng add` and `ng generate`. It will add `ng update` later making convenient for upgrading and maintenance of ng-matero project. At the same time, I will continue to improve `ng generate` and provide more commonly used business templates.

* [ng add](/ng-matero/schematics/project-init.md)
* [ng generate](/ng-matero/schematics/new-route.md)
* ng update
