basic functionality as a library used by OpenWhisk Xcode Source Editor (#4)

Extension
11 files changed
tree: acc23553a9d3b49bb354b8c51b441c3614e7b136
  1. .gitignore
  2. .travis.yml
  3. CONTRIBUTING.md
  4. hello-action.js
  5. LICENSE.txt
  6. openwhisk-playground.js
  7. package.json
  8. README.md
  9. test-config.js
  10. test.js
  11. test.sh
README.md

#OpenWhisk Playground

Usage

This library provides functionality of executing a snippet of source code as OpenWhisk action for OpenWhisk Xcode Source Editor Extension in order to test Swift OpenWhisk functions quickly. More details in https://github.com/openwhisk/openwhisk-xcode

Development and testing

DEBUG=openwhisk-playground nodemon test.js

and with more debugging

DEBUG=openwhisk-playground-test,openwhisk-playground nodemon ./test.js