# gatsby-add-launch-script **Repository Path**: mirrors_adobe/gatsby-add-launch-script ## Basic Information - **Project Name**: gatsby-add-launch-script - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Version](https://img.shields.io/npm/v/@adobe/gatsby-add-launch-script.svg)](https://npmjs.org/package/@adobe/gatsby-add-launch-script) [![Downloads/week](https://img.shields.io/npm/dw/@adobe/gatsby-add-launch-script.svg)](https://npmjs.org/package/@adobe/gatsby-add-launch-script) [![Build Status](https://travis-ci.com/adobe/gatsby-add-launch-script.svg?branch=master)](https://travis-ci.com/adobe/gatsby-add-launch-script) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Codecov Coverage](https://img.shields.io/codecov/c/github/adobe/gatsby-add-launch-script/master.svg?style=flat-square)](https://codecov.io/gh/adobe/gatsby-add-launch-script/) # @adobe/gatsby-add-launch-script A Gatsby plugin to insert an Adobe Launch script. ## Install ```bash npm install --save @adobe/gatsby-add-launch-script ``` ## Example ```javascript // In gatsby-config.js plugins: [ { resolve: `@adobe/gatsby-add-launch-script`, options: { includeInDevelopment: true, scriptUrl: 'https://some-adobe-launch-script.example' } } ]; ``` ### Contributing Contributions are welcome! Read the [Contributing Guide](./.github/CONTRIBUTING.md) for more information. ### Licensing This project is licensed under the Apache V2 License. See [LICENSE](LICENSE) for more information.