https://github.com/dtinth/jxapp
https://github.com/dtinth/jxapp
jxa
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dtinth/jxapp
- Owner: dtinth
- Created: 2014-11-01T08:49:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-03T03:25:01.000Z (over 10 years ago)
- Last Synced: 2024-11-10T01:17:21.231Z (7 months ago)
- Topics: jxa
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-jxa - jxapp - Quickly access JavaScript for Automation's application object (Node.js helpers)
- awesome-jxa - jxapp - Quickly access JavaScript for Automation's application object (Node.js helpers)
README
jxapp
=====Quickly access JavaScript for Automation's application object.
--------------------------------------------------------------```javascript
var app = require('jxapp')
````alert`, `confirm`, and `prompt` shims for JXA
----------------------------------------```javascript
var { alert, confirm, prompt } = require('jxapp/shims')
````npm install jxapp`
-----------------To use this module in JavaScript for Automation environment,
please see [this recipe on JavaScript for Automation Cookbook](https://github.com/dtinth/JXA-Cookbook/wiki/Exotic-Recipes#requiring-other-commonjs-and-nodejs-modules-using-browserify)