Trevor- / CSTK

Adobe HTML extension Console for js, jsx and shell and extensions development help
42 stars 5 forks source link

CSTK© README

Created by Trevor Creative Scripts

What is this repository NOT for?

What is this repository for?

How do I get set up?

The best way to set up is to clone the repository to a repository folder and create a symbolic link in the CEP extensions folder to the repositories com.creative-scripts.cstk sub-folder.

Mac

Note because you need administrative rights use a normal terminal and not CSTK's shell console

mkdir -p "/Users/TREVOR/repositories"
cd "/Users/TREVOR/repositories"
git clone https://github.com/Trevor-/CSTK.git
sudo ln -s "/Users/TREVOR/repositories/CSTK/com.creative-scripts.cstk" "/Library/Application Support/Adobe/CEP/extensions/CSTK"

Windows

Note because you need administrative rights use CMD as administrator (Type cmd in Windows search and then right click and choose run as administrator) and not CSTK's shell console

if not exist "C:\Users\TREVOR\repositories" md "C:\Users\TREVOR\repositories"
cd "C:\Users\TREVOR\repositories"
git clone https://github.com/Trevor-/CSTK.git
mklink /J  "C:\Program Files\Common Files\Adobe\CEP\extensions\CSTK"  "C:\Repositories\CSTK\com.creative-scripts.cstk"

Replace TREVOR with your user name!

After you have done that one time then to update the extension just cd to the CSTK repository folder and type git pull

If you are a real beginner "developer" and can't handle the above then: Follow the instructions here

How do set the debug mode?

Usage Instructions

Mess around until you get the idea. See the video on this page.

Console

Extensions Tools

Contribution guidelines

Who do I talk to?

License

Change Log

Version 2.2 (07 Aug 19)

Version 2.1 (16 April 18)

Version 2

OK a very lot changed between version 1 and 2 and I've spent too much time on the project as is to list them so for now make do with a git diff

For the next version I'll try and be more helpful.

Final Note

Please judge me favorably. My annotations and general writing are much less sloppy when I get paid for what I'm doing!