@adobe/reactor-extension-core-edge

Adobe Experience Platform Launch Server Side that provides default condition, action and data element types available to all Launch properties.

Usage no npm install needed!

<script type="module">
  import adobeReactorExtensionCoreEdge from 'https://cdn.skypack.dev/@adobe/reactor-extension-core-edge';
</script>

README

Core extension for Adobe Experience Platform Launch Server Side

Build Status Coverage Status npm (scoped with tag)

Core extension for Launch Server Side. It provides default condition, and data element types available to Launch properties.

Get started

To get started:

  1. Install node.js.
  2. Clone the repository.
  3. After navigating into the project directory, install project dependencies by running npm install.

Scripts

To run tests a single time, run the following command:

npm run test

To run tests continually while developing, run the following command:

npm run test:watch

To ensure your code meets our linting standards, run the following command:

npm run lint

To run the extension inside reactor-sandbox:

npm run sandbox

To create a build, run the following command:

npm run build

To create the extension package, run the following command:

npm run package

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.