Skip to content

Instantly share code, notes, and snippets.

@pkpp1233
Created November 5, 2014 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkpp1233/503046751668761de7fd to your computer and use it in GitHub Desktop.
Save pkpp1233/503046751668761de7fd to your computer and use it in GitHub Desktop.
js cli test
# create a new javascript function based on the sample template.
$ blockspring new js "My new Javascript block"
# enter into our new function's directory.
$ cd my-new-javascript-block
# deploy our sample function to blockspring.
$ blockspring push
# open up our function's homepage on blockspring.
$ blockspring open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment