Skip to content

punchx/aebuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aebuild v.1.0.2

Sublime Text build system for sending and executing scripts to After Effects

Installation

Aebuild is not a self-contained tool. It works alongside whith other my tool AeDevServer which you need to install. Also aebuild is a Nodejs CLI Aapplication which means you need to install Nodejs before.

Installation command:

npm install -g aebuild

How to use:

You have two choices. If you like to execute your script after every save then use watch mode by typing in your terminal:

aebuild --watch myscript.jsx

Or you can make a Sublime build system file which following code and use it for your jsx files:

{"shell_cmd": "aebuild $file"}

Thank you!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published