UNPKG

@adobe/reactor-extension-meta-pixel

Version:

Adobe Launch client side extension that uses the Meta Pixel library to send website data to Meta

43 lines (23 loc) 1.32 kB
# reactor-extension-meta-pixel [![Build Status](https://img.shields.io/github/actions/workflow/status/adobe/reactor-extension-meta-pixel/node.js.yml?style=flat)](https://github.com/adobe/reactor-extension-meta-pixel/actions) [![Coverage Status](https://coveralls.io/repos/github/adobe/reactor-extension-meta-pixel/badge.svg?branch=main)](https://coveralls.io/github/adobe/reactor-extension-meta-pixel?branch=main) [![npm (scoped with tag)](https://img.shields.io/npm/v/@adobe/reactor-extension-meta-pixel.svg?style=flat)](https://www.npmjs.com/package/@adobe/reactor-extension-meta-pixel) This is the Meta Pixel extension. ## Get started To get started: 1. Install [node.js](https://nodejs.org/). 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 create a build, run the following command: `npm run build` To create the extension package, run the following command: `npm run package` ## License The code is released under the [Apache 2.0 license](LICENSE).