An open API service indexing awesome lists of open source software.

https://github.com/dtinth/jxapp


https://github.com/dtinth/jxapp

jxa

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

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)