While nest generate is convenient, it's better if one can generate multiple instances of a schematic at once.
e.g. nest g mo module1 module2 ...
$ nest generate <schematic> <name> [<name>[ <name>...]] [options]
$ nest g <schematic> <name> [<name>[ <name>...]] [options]
It will reduce the repetitive work.
This isn't something we're looking at adding, but shell scripts are a viable alternative.
@kamilmysliwiec what is the reason behind the negotiation of adding this feature?
Most helpful comment
@kamilmysliwiec what is the reason behind the negotiation of adding this feature?