Skip to content
Core Node.js library for Adobe Photoshop CC's Generator extensibility layer
JavaScript
Branch: master
Clone or download
Latest commit 24a2c4e Mar 29, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
lib Use new command line argument to set the log root Mar 26, 2019
test Upgrade jshint and jscs versions, fix newly surfaced lint/style errors Mar 29, 2018
.gitignore remove plugins folder and clean up .gitignore Aug 2, 2013
.jscsrc
.jshintrc Turn off 'newcap' option in jshint, this will be moved to jscs in a s… Mar 29, 2018
.travis.yml
AUTHORS Use less cryptic email address for jp Apr 2, 2014
Gruntfile.js Remove the nsp vulnerability checker, it is now deprecated in favor o… Feb 15, 2019
LICENSE add MIT License file Jun 26, 2013
README.md README updates Sep 27, 2017
TODO.md refactoring and implementation of pixmap messages May 28, 2013
app.js Use new command line argument to set the log root Mar 26, 2019
package-lock.json 3.12.0 Mar 29, 2019
package.json 3.12.0 Mar 29, 2019

README.md

Generator Core Build Status

Generator is a JavaScript-based extensibility technology which first shipped in Adobe Photoshop CC v14.1. This repository contains Generator Core, a Node.js library that handles communication between Photoshop and Generator Plug-ins.

Status

Generator Core is under active development. Thorough documentation, example plug-ins, and tutorials are coming soon. In the mean time, please refer to these resources:

Developing Generator Plug-ins

License

(MIT License)

Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.

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.

You can’t perform that action at this time.