/CC-Extension-Builder-for-Brackets

A brackets Extension for building Creative Cloud extensions

Primary LanguageJavaScriptMIT LicenseMIT

#Creative Cloud Extension Builder for Brackets

screenshot

A Brackets extension to let you create HTML based extensions for Adobe Creative Cloud applications such as Photoshop, Illustrator and Premiere.

For more informations, go to: Creative Cloud Extension Builder for Brackets

##Installation

You don't need to download anything. Just do the following:

  1. Open Brackets or Edge code
  2. Choose File > Extension Manager and click Install from URL
  3. Paste the URL of this github repo (https://github.com/davidderaedt/CC-Extension-Builder-for-Brackets) and click Install

No need to relaunch the app, your extension is ready to use.

##Contributions

Contributions are welcome, but be sure what you want to contribute to.

Internally, this project is basically a view on top of a simple node domain which calls the Creative Cloud Extensions CLI to deploy an extension template based on a modified version of the Creative Cloud Extension boilerplate (Standard).

So, if you want to contribute to the GUI or general UX, this is the right place.

If you want to improve the way CC extensions are deployed on the user's system, you should contribute to Creative Cloud Extensions CLI.

If you want to build better default templates for generated CC extensions, go to Creative Cloud Extension boilerplate.