• 1Installation
  • 2Write First Sweet Apex
  • 3Transpile It
  • 4Transpiled Apex Class
  • 5Deploy and Check

Sweet.apex

  • Docs
  • Tutorials
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.

Done