anthill-oce-exporter
v1.3.0
Published
Extract Activator binder and convert it to valid OCE pacakge
Readme
ANTHILL OCE EXPORTER
Module for creating OCE package from Activator zip
Instalation
npm iRun
node indexTest
Remember to add the required files for testing. See test/index.js
npm run test
Module use
const OCEExporter = require('anthill-oce-exporter');
OCEExporter(pathToActivatorZip, pathToSaveResult);
See test folder for examples
