Skip to content

ms-ecology/ms-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ms-download

This is the downloader for myshell

Usage

install

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

uninstall

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

Caution

You must install myshell at first.

for install:

npm install myshell -g

Releases

No releases published

Packages

No packages published