You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undoubtedly, Nx is a great tool to use on a daily basis when working on enterprise applications. One of its striking features it the ability to perform code scaffolding in a consistent way with the aid of common plugins which include a great number of generators. In addition to that, it’s also possible to create a custom generator that meets your application’s specific needs. In this presentation, I will cover how to write a custom generator from scratch with the aid of tools provided by the Nx. I will focus on generating files from templates and updating existing files in an elegant and maintainable way. I will make use of many relevant helper functions from the Nx devkit package. In addition, I will cover how to compose generators including extending the ones provided by well known plugins such as Angular library / application generators. The insights and a bunch of tips and tricks from a real world application will conclude the presentation.
The text was updated successfully, but these errors were encountered:
Undoubtedly, Nx is a great tool to use on a daily basis when working on enterprise applications. One of its striking features it the ability to perform code scaffolding in a consistent way with the aid of common plugins which include a great number of generators. In addition to that, it’s also possible to create a custom generator that meets your application’s specific needs. In this presentation, I will cover how to write a custom generator from scratch with the aid of tools provided by the Nx. I will focus on generating files from templates and updating existing files in an elegant and maintainable way. I will make use of many relevant helper functions from the Nx devkit package. In addition, I will cover how to compose generators including extending the ones provided by well known plugins such as Angular library / application generators. The insights and a bunch of tips and tricks from a real world application will conclude the presentation.
The text was updated successfully, but these errors were encountered: