madlabsinc / mevn-cli

Light speed setup for MEVN(Mongo Express Vue Node) Apps
https://mevn.surge.sh
MIT License
825 stars 152 forks source link

Revamped add command #171

Closed jamesgeorge007 closed 4 years ago

jamesgeorge007 commented 4 years ago

The add command is meant to install dependencies on the go. Looking forward there're 2 things worth considering:-

  1. Have the provision to provide dependencies as an argument to the add command. Say, mevn add axios

  2. Presently it just works with the client side, what intended is to extend the functionality such that the user can choose between client / server directory while installing the respective dependency.