Why?
Ares is made up of 2 parts:
- The CLI
- 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.
Why?
Ares is made up of 2 parts:
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.