bee-san/Ares

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

オープン

#166 opened on 2022/12/26

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)Rust (45 件のフォーク)github user discovery
Technical Debtgood first issue

Repository metrics

Stars
 (871 個のスター)
PR merge metrics
 (平均マージ 1m) (30d で 6 merged PRs)

説明

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.

コントリビューターガイド