Getting started with Sweet.apex
Transpile It
Let's say you want to build your Sweet Apex files into a directory called /Users/wilson/sweet_apex/build
. Run the following command in the root of the project.
node transpile.js /Users/wilson/sweet_apex/src /Users/wilson/sweet_apex/build
Wait until it says it's completed.