papa 3.0.0-beta.1

A cli mod manager for the Northstar launcher
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod install;
pub use install::install;

mod list;
pub use list::list;

mod northstar;
pub use northstar::northstar;

mod search;
pub use search::search;

mod remove;
pub use remove::remove;

mod update;
pub use update::update;