subscript 0.1.0

Work in progress...
Documentation
1
2
3
4
5
6
7
8
9
10
command run-chrome do
  run_ "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
      --app=http://localhost:8080/
      --auto-open-devtools-for-tabs

command build do
  npm run build

command start do
  npm start