Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

activator-oce-exporter

jofan169ISC0.9.1

Extract Activator binder and convert it to valid OCE mono pacakge

anthill, export, oce, activator, zip

readme

ANTHILL OCE EXPORTER

Module for creating OCE Mono package from Activator zip

Add package to shared/package.json in downloaded Activator binder

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 MonoExporter = require('activator-oce-exporter');

MonoExporter(pathToBinderFolder, pathToSaveResult);

See test folder for examples