# 2019.07.16
[文章] 《Yarn Plug'n'Play 可否助你脱离 node_modules 苦海》:https://juejin.im/post/5ca97b516fb9a05e132110fd (opens new window)
[文章] 《fullpage.js 这个开源项目怎样从免费到每月 $15000》:https://mp.weixin.qq.com/s/JXj-TzNvaeRLE-ZrlrmQyQ (opens new window)
[类库] Filepath 提供了一套文件系统的接口;使用场景可以是,当开发 CLI 的工具时,可以很方便的获取到用户的宿主目录,来把非系统集成的 Plugin 安装到系统目录下,如 vue add
:https://github.com/kixxauth/filepath (opens new window)
[工具] 蓝鲸持续集成平台,目前服务于腾讯 10000+ 开发人员,现已成为公司指定的 CI 平台。另外,她也获得行业至今为止唯一一个 4 级认证的 DevOps 标准。牛逼啊:https://github.com/Tencent/bk-ci (opens new window)
[工具] Youtube DL 它支持超过全世界好几百个(不含国内)网站的视频下载,很棒的工具,还支持 ZSH 的 Plugin:https://github.com/ytdl-org/youtube-dl (opens new window)
# 配图 - 蓝鲸
# 示例 - Filepath
assert(filepath.home().toString() === '/home/kris');
# 示例 - Filepath
$ youtube-dl -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' https://www.youtube.com/playlist?list=PLwiyx1dc3P2JR9N8gQaQN_BCvlSlap7re