es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
392 stars 2 forks source link

Replace `inquirer` in `@angular-devkit/schematics-cli` #66

Open benmccann opened 4 months ago

benmccann commented 4 months ago

@angular-devkit/schematics-cli is used by both the Angular CLI and Nest JS CLI. inquirer is a very heavy alternative compared to alternatives like @clack/prompt

ThomOrlo commented 4 months ago

In the next version (v18.1.0), it will be @inquirer/prompts instead of inquirer :

inquirer : https://npmgraph.js.org/?q=inquirer @inquirer/prompts : https://npmgraph.js.org/?q=@inquirer/prompts

SuperchupuDev commented 4 months ago

@clack/prompts is a good 5-dependency alternative i've used when replacing inquirer in dotenvx/dotenvx#285