bee-san/Ares

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

Open

#166 opened on Dec 26, 2022

View on GitHub
 (2 comments) (0 reactions) (1 assignee)Rust (45 forks)github user discovery
Technical Debtgood first issue

Repository metrics

Stars
 (871 stars)
PR merge metrics
 (Avg merge 1m) (6 merged PRs in 30d)

Description

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.

Contributor guide