yeeturl desktop:yeeturl的CLI应用程序 源码
yeeturl桌面 yeeturl的CLI应用程序 用法 ./yeeturl -s https://www.example.com/缩短网址 ./yeeturl -g https://yeeturl.glitch.me/#a9f/hdf获取原始(长)网址 跑步 克隆此存储库 npm i node index.js 建筑 将nexe作为全局软件包安装,然后将脚本“编译”为目标平台的单个可执行文件。 如果打算分发可执行文件,建议您压缩它们。 npm i -g nexe # for linux (x64) nexe -t linux-x64-12.16.2 index.js # for windows (x86 to reduce the file size of our executable) nexe -t windows-x86-12.18.2 index.js # for macos
用户评论