bee-san/Ares

[TECHNICAL DEBT] Split Ares into two parts, `project_ares` and `ares_lib`

開放

#166 建立於 2022年12月26日

 (2 則留言) (0 個反應) (1 位負責人)Rust (45 個分叉)github user discovery
Technical Debtgood first issue

倉庫指標

星標
 (871 顆星)
PR 合併指標
 (平均合併 1分鐘) (30 天內合併 6 個 PR)

描述

Why?

Ares is made up of 2 parts:

  1. The CLI
  2. 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.

貢獻者指南