用一行代码将trello等只有网页端的应用变成桌面应用!
作者github: https://github.com/jiahaog/nativefier
适用平台: macOS 10.9+ / Windows / Linux
需要先安装Node.js (>=4)
在命令行输入:
npm install nativefier -g
为trello生成本地应用,在命令行输入:
nativefier "http://trello.com"
打开应用所在文件夹(D:\Trello-win32-x64),可以看到Trello.exe,图标和应用名都是自动识别的。
打开trello.exe进入应用:
登陆成功后:
大功告成!!