# repos_asf_openwhisk-playground **Repository Path**: mirrors_community_gitbox_apache/repos_asf_openwhisk-playground ## Basic Information - **Project Name**: repos_asf_openwhisk-playground - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-29 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenWhisk Playground [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) ## 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 ```