This is the downloader for myshell
ms add <module-name>
is for install remote scripts.
module-name
is the repo that you want to add which in ms-ecology
example:
ms add git-branch-util # this command will add ms-ecology/git-branch-util's scripts into your locle enviroment
ms remove <module-name>
is for uninstall remote scripts.
example:
ms remove git-branch-util # this command will remove scripts that in ms-ecology/git-branch-util
You must install myshell at first.
for install:
npm install myshell -g