Autorun:多平台添加可执行文件以在启动时运行

时间:2024-07-25 17:26:50
【文件属性】:

文件名称:Autorun:多平台添加可执行文件以在启动时运行

文件大小:11KB

文件格式:ZIP

更新时间:2024-07-25 17:26:50

JavaScript

自动运行 多平台添加/删除可执行文件以在启动时运行 在 Mac 上使用 AppleScript 或 Windows 上的注册表在系统启动时运行可执行文件。 在这个node-webkit应用程序中使用: 。 支持回调或承诺(Promises/A+ 兼容)。 支持的平台: 视窗 苹果电脑 如何使用 var Autorun = require ( 'autorun' ) ; var autorun = new Autorun ( 'AppName' , '/Applications/pullover.app' ) ; // Check if platform is supported if ( autorun . isPlatformSupported ( ) ) { // Check if autorun is enabled using callback autorun .


【文件预览】:
Autorun-master
----.eslintrc(708B)
----index.js(8KB)
----.jscsrc(1KB)
----package.json(781B)
----test()
--------autorunTest.js(2KB)
----npm-debug.log(18KB)
----.gitignore(14B)
----README.md(4KB)

网友评论