nestjs / awesome-nestjs

A curated list of awesome things related to NestJS 😎
10.69k stars 944 forks source link

Categorization of command-line generators #202

Open clement-estone opened 2 years ago

clement-estone commented 2 years ago

The Awesome NestJS list contains several command-line tools used to generate code automatically. They are however divided in multiple categories, which can lead to confusion, such as:

image

And:

image

Wouldn't it be better to merge these categories as a single one (name TBD).

What do you think?

jmcdo29 commented 2 years ago

I'm not sure they should be merged. The Command Line / Terminal section refers to either generators (like the CLI and Yeoman Generator) and CLI creators (like nest-commander and NestJS Console). I think the Typescript SDK Generator and Nestia achieve the same goal (creating an SDK from a NestJS application), so maybe we should create an SDK section, but these shouldn't be merged in general in my opinion.

Perhaps we could make a Schematics / Generation section for the Nest CLI and Yeoman Generator (plus any community schematics) and make it clearer that the Command Line / Terminal section is for creating command line applications

clement-estone commented 2 years ago

Perhaps we could make a Schematics / Generation section for the Nest CLI and Yeoman Generator (plus any community schematics) and make it clearer that the Command Line / Terminal section is for creating command line applications

That's what I meant, sorry if it wasn't clear. A new section is what I had in mind, to group all generators in one place.

micalevisk commented 11 months ago

@clement-estone feel free to open a PR so we could see the final result