blog icon indicating copy to clipboard operation
blog copied to clipboard

前端开发者必备的程序

Open axetroy opened this issue 6 years ago • 3 comments

Git管理器

Git Package Manager, make you manage the repository easier

gpm.js

gpm.js

数据同步

Dat

Dat is the distributed data sharing tool. Share files with version control, back up data to servers, browse remote files on demand, and automate long-term data preservation. Secure, distributed, fast.

dat-upload dat-download

内网穿透

localtunnel exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes.

localtunnel

录制终端GIF图片

ttystudio

ttystudio

Kill Port

经常在开放中,常常发现端口会被其他进程调用. 或者自己的程序按CTRL+C之后,依旧运行着

手动Kill掉会有点繁琐,所以开发了一个工具,用于kill掉占用某个端口的进程

npm install @axetroy/kp -g
kp 3000  # kill the process which listen on port 3000

依赖升级

用于检测依赖更新/升级

npm install npm-check-updates -g
# cd to node procject root dir
ncu

axetroy avatar Jul 11 '17 16:07 axetroy

内网穿透居然是必备, 一直听说内网穿透的强大, 好像还可以制作超级节点 。。但是我有一个港服vps,一直想在上面布置自己的做又觉得好无力,

dat 数据同步。。 但是又不想改变现在的技术栈--->(本地localhost:8002调试代码,push到github上面,服务器再通过git pull 拉取代码,,)

你的博客好多干货啊,等我做完upyun音频文件上传demo就去试试

plh97 avatar Nov 19 '17 12:11 plh97

@pengliheng 内网穿透还是很有必要的。 比如想暴露本地的某个端口出去,用作测试,或者给客户预览一下。

博客干货不多,现在都懒得写。

axetroy avatar Nov 19 '17 13:11 axetroy

哦,反正我挺有收获的,以后再逛逛

plh97 avatar Nov 19 '17 13:11 plh97