anthill-oce-exporter

Extract Activator binder and convert it to valid OCE pacakge

Usage no npm install needed!

<script type="module">
  import anthillOceExporter from 'https://cdn.skypack.dev/anthill-oce-exporter';
</script>

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