The add command is meant to install dependencies on the go.
Looking forward there're 2 things worth considering:-
Have the provision to provide dependencies as an argument to the add command.
Say, mevn add axios
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.
The
add
command is meant to install dependencies on the go. Looking forward there're 2 things worth considering:-Have the provision to provide dependencies as an argument to the
add
command. Say,mevn add axios
Presently it just works with the
client
side, what intended is to extend the functionality such that the user can choose betweenclient
/server
directory while installing the respective dependency.