8000 GitHub - haktober/reactor-packager: Command line utility for packaging an Adobe Experience Cloud Launch extension into a zip file.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Command line utility for packaging an Adobe Experience Cloud Launch extension into a zip file.

License

Notifications You must be signed in to change notification settings

haktober/reactor-packager

 
 

Repository files navigation

Launch Extension Packager

npm (scoped)

Launch, by Adobe, is a next-generation tag management solution enabling simplified deployment of marketing technologies. For more information regarding Launch, please visit our product website.

The extension packager is a command-line utility for packaging a Launch extension into a zip file suitable to be uploaded to Launch. While using this utility is not necessary, it will validate that your extension appears well-structured (e.g., files that are referenced exist in the directory) and make an effort to exclude anything from the zip file not necessary for the extension to operate.

For more information about developing an extension for Launch, please visit our extension development guide.

Usage

Before running the packager, you must first have Node.js 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 packager by executing the following command from the command line within your project's directory:

npx @adobe/reactor-packager

Contributing

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

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.

To manually test your changes, first run the following command from the packager tool directory:

npm link

Then, in a directory containing an extension (any extension you would like to use for testing), run the following command:

npx @adobe/reactor-packager

Npx will execute the packager tool using your locally linked code rather than the code published on the public npm repository.

Licensing

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

About

Command line utility for packaging an Adobe Experience Cloud Launch extension into a zip file.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0