坐:最简单的问题跟踪器的概念证明

时间:2021-02-24 06:46:16
【文件属性】:
文件名称:坐:最简单的问题跟踪器的概念证明
文件大小:30KB
文件格式:ZIP
更新时间:2021-02-24 06:46:16
Go SIT-代表最简单的问题跟踪器 概念证明! 主要观点 该工具背后的主要思想是: 能够将票证/问题与代码保持在一起,而不是其他地方 正在分发(作为git) 与git完全集成 开放标准/数据治理//需要解释吗? 也允许非CLI用户 简单 如何 安装 要设置票证,应用程序将使用$EDITOR对其进行设置。 如果为空,则默认使用vim 。 make install 用法 # initialize sit init # create issue sit create # list issues in this repo sit list # edit issue, accepts parts of the id sit edit < partial> # delete issue sit delete < partial> # show help si
【文件预览】:
sit-main
----go.mod(150B)
----pkg()
--------model()
--------issue()
--------cmd()
----main.go(85B)
----go.sum(28KB)
----LICENSE(26KB)
----README.md(1KB)
----Makefile(204B)
----.gitignore(280B)

网友评论