文件名称:run-jxa:运行JXA代码并获得结果
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-15 01:38:35
JavaScript
运行jxa 运行代码并获得结果 JXA是macOS上的自动化JavaScript。 需要macOS 10.10或更高版本。 安装 $ npm install run-jxa 用法 使用功能: const runJxa = require ( 'run-jxa' ) ; ( async ( ) => { const result = await runJxa ( ( unicorn , horse ) => { // This is run in the JXA engine return `I love ${ unicorn } & ${ horse } ` ; } , [ ':unicorn:' , ':horse_face:' ] ) ; console . log ( result ) ; //=> 'I love :unicorn: & :horse_face:' } ) ( ) ; 或字符串: const runJxa =
【文件预览】:
run-jxa-main
----index.test-d.ts(664B)
----.gitattributes(19B)
----.github()
--------workflows()
----test.js(638B)
----license(1KB)
----index.d.ts(2KB)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(1KB)
----readme.md(2KB)
----package.json(727B)