Files
2020-10-16 01:10:31 +09:00

17 lines
283 B
Batchfile

@echo off
git clone --depth=1 https://github.com/castwide/solargraph .
call bundle install --without development --path vendor/bundle
echo @echo off ^
setlocal ^
set BUNDLE_GEMFILE=%%~dp0Gemfile ^
bundle exec ruby %%~dp0\bin\solargraph %%* ^
> solargraph.cmd