File size: 210 Bytes
d6a1207 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
init:
clasp create --type standalone --rootDir src
push:
clasp push
pull:
clasp pull
deploy:
clasp deploy --description "Initial deployment"
make open
open:
clasp open
test:
node test/test-runner.js |