JavaScript for Automation (“JXA”) language support in Atom
Now you can use your favourite editor instead* of Apple's crappy Script Editor!
Install
apm install language-javascript-jxa
or search “jxa” under packages within Atom.
Change Log
0.2.2 (2016-02-03)
05eaa51)
Add full support for .scpt files (Mimic the behaviour of Apple's Script Editor by automatically de/recompiling .scpt files using the native osacompile
/osadecompile
utilities.**
0.1.0 (2015-10-21)
4eb40c4)
Initial commit (* Plays nice with atom-script (apm install script
) to run your code directly (good riddance Script Editor…)
** See language-applescript for AppleScript .scpt files.