bee-san/Ares

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

Ouverte

#166 ouverte le 26 déc. 2022

 (2 commentaires) (0 réaction) (1 personne assignée)Rust (45 forks)github user discovery
Technical Debtgood first issue

Métriques du dépôt

Stars
 (871 étoiles)
Métriques de merge PR
 (Merge moyen 1m) (6 PRs mergées en 30 j)

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.

Guide contributeur