applescript : Easily execute arbitrary AppleScript code on OS X through NodeJS.. You can installing applescript npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install applescript $ sudo npm install -g applescript
If want to update the applescript package execute the command as below,
$ sudo npm update applescript
Update package globally,
$ npm install -g applescript
$ sudo git clone https://github.com/rektide/applescript.git
$ sudo npm install -g ./applescript
applescript@1.0.0 /usr/lib/node_modules/applescript
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall applescript
Package Name | applescript |
Version | 1.0.0 |
Description | Easily execute arbitrary AppleScript code on OS X through NodeJS. |
Released Date | 2015-01-28T00:19:04.212Z |
Published by | tootallnate |
How to Learn | https://www.npmjs.com/package/applescript/tutorial |