# griffon-plugin-tools **Repository Path**: mirrors_adobe/griffon-plugin-tools ## Basic Information - **Project Name**: griffon-plugin-tools - **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-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Project Griffon Plugin Tools ## Usage Run the packager by executing the following command from the command line within your project's directory: ``` npx @adobe/griffon-packager ``` Run the uploader by executing the following command and passing in the package zip created above as an argument: ``` npx @adobe/griffon-uploader plugin-XXXXX.zip ``` ### Configuration In order to upload, you need to have an IMS account and set the following environment variables: IMS User Email `export IMS_USER_EMAIL=XXXXX` IMS User ID `export IMS_USER_ID=XXXXX` _for Type2E accounts_ IMS Password `export IMS_PASSWORD=XXXXX` Client Secret `export CLIENT_SECRET=XXXXX` IMS Organization ID `export IMS_ORG=XXXXX` _for Adobe internal use only_ ENV_NAME `export ENV_NAME=prod` ## Contributing Contributions are welcomed! Read the [Contributing Guide](CONTRIBUTING.md) for more information. ## Licensing This project is licensed under the Apache V2 License. See [LICENSE](LICENSE.md) for more information.