nrwl / nx-console

Nx Console is the user interface for Nx & Lerna.
https://nx.dev
MIT License
1.3k stars 212 forks source link

Save my choices in Generate UI #2187

Closed davidda closed 1 week ago

davidda commented 1 week ago

Description

I would like the choices and inputs I make in Generate UI to be persisted, so I can quickly generate components without having to enter all my default options every time I open the UI again. This should not apply to fields that are very likely to change for each generation (mainly the name of the generated entity)

Motivation

It saves a lot of time.

MaxKless commented 1 week ago

Hey! This already exists in core nx. You can just specify defaults in nx.jsonand Nx Console will pick up on them. Let me know if you've tried that :)

davidda commented 1 week ago

Perfect, that's exactly what I need. Thank you!