Skip to content

ff6347/extendscript

Repository files navigation

extendscript

This repo was the home for my research and documentation on Adobe ExtendScript. We moved on to a GitHub organisation for combined super awesomeness power Have a look at the wiki over there.


Some other ExtendScript repositories and experiments of mine:

And awesome stuff of others:

Usage:

To get all the contents and submodules you can clone with git by running:

 git clone git@github.com:fabiantheblind/extendscript.git  
 cd extendscript/
# Now init the submodules
git submodule init 
git submodule update  

The you should have these folders (state: 2014 03 13)

├── AfterEffects
│   ├── AESettingsControl
│   ├── Execute-Menu-Command-by-ID
│   ├── after-effects-script-snippets
│   ├── debugging-ae-scripts
│   ├── open-close-mask
│   ├── wihihihiggle
│   └── x-true-da
├── Illustrator
│   ├── AI-connectedNodes
│   ├── Illustrator-Javascript-Voronoi
│   └── obj-from-ai
├── InDesign
│   ├── Graphics
│   ├── IDJSMap
│   └── IDSnippets
├── ScriptUI
└── extendscript-console

To Clone the wiki run:

git clone git@github.com:fabiantheblind/extendscript.wiki.git  
cd extendscript.wiki/

To build on it locally install gollum

# Mac OSX with homebrew installed
brew install icu4c
# then install gollum  
[sudo] gem install gollum
[sudo] gem install github-markdown
[sudo] gem install redcarpet
gollum

License

if not further noticed
Copyright (c) 2013 - 2016 Fabian "fabiantheblind" Morón Zirfas
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

see also http://www.opensource.org/licenses/mit-license.php

Releases

No releases published

Packages

No packages published