anthill-oce-exporter
v1.3.0
Published
Extract Activator binder and convert it to valid OCE pacakge
Downloads
6
Readme
ANTHILL OCE EXPORTER
Module for creating OCE package from Activator zip
Instalation
npm i
Run
node index
Test
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