Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adobe/reactor-helloworld-extension

Hello World extension for Adobe Experience Platform Tags
https://github.com/adobe/reactor-helloworld-extension

Last synced: 4 months ago
JSON representation

Hello World extension for Adobe Experience Platform Tags

Awesome Lists containing this project

README

        

# Hello World extension

This is a Hello World extension for Launch. It can be used as a starting template for developing your own Launch extension.

For more information regarding Launch, please visit our [product website](http://www.adobe.com/enterprise/cloud-platform/launch.html).

For more information regarding Launch extension development, please visit our [developer documentation](https://developer.adobelaunch.com/extensions/). Note the [Scaffold tool](https://www.npmjs.com/package/@adobe/reactor-scaffold) and [Extension Sandbox](https://www.npmjs.com/package/@adobe/reactor-sandbox) will be helpful in developing your own Launch extension.

## Development

### Running the sandbox
Before running the sandbox, you must first have [Node.js](https://nodejs.org/en/) installed on your computer. Your npm version (npm comes bundled with Node.js) will need to be at least 5.2.0. You can check the installed version by running the following command from a command line:

```
npm -v
```

Once Node.js is installed, run the sandbox by executing the following command from the command line within your project's directory:

```
npx @adobe/reactor-sandbox
```

## Contributing

Contributions are welcomed! Read the [Contributing Guide](CONTRIBUTING.md) for more information.

## Licensing

This project is licensed under the MIT License. See [LICENSE](LICENSE) for more information.