43081j / ecosystem-cleanup

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

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

Open benmccann opened 3 days ago

benmccann commented 3 days 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 3 days 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 2 days ago

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