bee-san/Ares

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

Aperta

#166 aperta il 26 dic 2022

 (2 commenti) (0 reazioni) (1 assegnatario)Rust (45 fork)github user discovery
Technical Debtgood first issue

Metriche repository

Star
 (871 stelle)
Metriche merge PR
 (Merge medio 1m) (6 PR mergiate in 30 g)

Descrizione

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.

Guida contributor