pritidesai opened a new pull request #134: marshaling zip actions from within 
runtime
URL: https://github.com/apache/incubator-openwhisk-runtime-nodejs/pull/134
 
 
   Automation to install NPM packages and create a .zip archive:
   
   Install module dependencies using NPM:
   
   ```
   npm install
   ```
   
   Create a .zip archive containing all files (including all dependencies):
   
   ```
   zip -r action.zip *
   ```
   
   Decode .zip archive:
   
   ```
   base64 -d action.zip
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to