1.0.2 • Published 5 years ago

aebuild v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

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 yuor script after every save then use watch mode by typing in your terminal:

aebuild --watch myscript.jsx

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

{"shell_cmd": "aebuild $file"}

Thank you!

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago