jakiestfu/off-the-rip

Installation of dependencies across linux and windows

Open

#4 opened on 2015年7月7日

GitHub で見る
 (24 comments) (0 reactions) (0 assignees)JavaScript (27 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (450 stars)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド