Files
uechi.io/scripts/bootstrap
T

8 lines
101 B
Bash
Raw Normal View History

2017-10-07 11:43:26 +09:00
#!/bin/sh
# usage: script/bootstrap
#
# Setup dev env
gem install bundler
bundle install
npm install