Create an empty Creative Cloud extension project ready to be used with grunt-cep.
If you haven't already done so, install grunt-init.
Once grunt-init is installed, place this template in your ~/.grunt-init/
directory. It's recommended that you use git to clone this template into that directory, as follows:
git clone [email protected]:fcamarlinghi/grunt-init-cep.git ~/.grunt-init/cep
Windows users, see the documentation for the correct destination directory path.
At the command-line, create a new directory or cd
into an empty one, run the following command and follow the prompts:
grunt-init cep
Please note: this template will generate files in the current directory only if it's empty, so be sure to change to a new directory first.
Once you have run the command, you need to install grunt-cep
and its dependencies:
npm install
You are now ready to start developing your extension. You can test the extension boilerplate inside the targeted application by running:
grunt cep:debug
Please refer to the grunt-cep documentation for additional details.
Copyright © 2014 Francesco Camarlinghi
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
"Creative Cloud" is a registered trademark of Adobe Systems Incorporated.