Skip to content

Create an empty Creative Cloud extension project ready to be used with grunt-cep.

Notifications You must be signed in to change notification settings

fcamarlinghi/grunt-init-cep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-init-cep

Create an empty Creative Cloud extension project ready to be used with grunt-cep.

Installation

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 git@github.com:fcamarlinghi/grunt-init-cep.git ~/.grunt-init/cep

Windows users, see the documentation for the correct destination directory path.

Usage

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.

License

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.

Copyrights & Trademarks

"Creative Cloud" is a registered trademark of Adobe Systems Incorporated.

About

Create an empty Creative Cloud extension project ready to be used with grunt-cep.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages