bee-san/Ares
[TECHNICAL DEBT] Split Ares into two parts, `project_ares` and `ares_lib`
开放
#166 创建于 2022年12月26日
Technical Debtgood first issue
仓库指标
- 星标
- (871 个星标)
- PR 合并指标
- (平均合并 1分钟) (30 天内合并 6 个 PR)
描述
Why?
Ares is made up of 2 parts:
- The CLI
- The Library
If someone wants to use the library they would need to import the CLI stuff too. It is a good idea to make the CLI a different app and make it call the library, rather than have them both bundled into one.