Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adobe/reactor-helloworld-extension
- Owner: adobe
- License: mit
- Created: 2017-03-30T17:30:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T14:45:48.000Z (9 months ago)
- Last Synced: 2024-05-02T09:54:59.193Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 66.4 KB
- Stars: 18
- Watchers: 30
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-adobe-launch - Hello World - A simple hello world extension. (Extension Development)
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.