kenken999's picture
update
d6a1207
raw
history blame contribute delete
210 Bytes
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