bee-san/Ares

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

Aberta

#166 aberto em 26 de dez. de 2022

 (2 comentários) (0 reação) (1 responsável)Rust (45 forks)github user discovery
Technical Debtgood first issue

Métricas do repositório

Stars
 (871 estrelas)
Métricas de merge de PR
 (Mesclagem média 1m) (6 fundiu PRs em 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.

Guia do colaborador