enhancementhelp wanted
仓库指标
- Star
- (450 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Looking at brew install eyeD3 phantomjs rtmpdump
Solution is a bash script like the following:
if [ isLinux ] ; then
apt-get eyeD3 phantomjs rtmpdump
elseif [isWindows ] ; then
# ?
elseif [ isMac ] ; then
brew install eyeD3 phantomjs rtmpdump
fi