reference
reference copied to clipboard
【备忘清单】 请求: Justfile Cheat Sheet
优先级
- [ ] 提交 PR 优先合并(优先处理)
- [x] 提供可复制的[中文/英文]备忘清单资料,优先添加
- [ ] 大众化的内容(java/python),优先搬运(小众内容请提供资料)
说明项目
just 提供一种保存和运行项目特有命令的便捷方式。
命令,在此也称为配方,存储在一个名为 justfile 的文件中,其语法受 make 启发
提供参考资料地址
PDF: https://cheatography.com/linux-china/cheat-sheets/justfile/pdf/ LaTeX: https://cheatography.com/linux-china/cheat-sheets/justfile/tex/
- 提供参考地址 https://cheatography.com/linux-china/cheat-sheets/justfile/
- 提供官网地址 https://github.com/casey/just
@xxnuo 已经添加欢迎修正