reactioncommerce / reaction-cli

A command line tool for working with Reaction Commerce.
33 stars 20 forks source link

Add option for '--no-npm-installs' #83

Open brent-hoover opened 5 years ago

brent-hoover commented 5 years ago

If you start getting a few plugins in your installation the CLI spends a fair amount of time trying to do npm install for each plugin, which 99% of the time is not necessary and is a waste of time. Add the option to not do these to speed up app start.