Skip to content

v0.1.1

Compare
Choose a tag to compare
@DerGoogler DerGoogler released this 21 Oct 13:31
· 42 commits to master since this release

Upgrade with

mmrl upself 0.1.1
  • Added option to install requires of a module (use -r)
  • Added confirm (can skipped with -y)
  • Modules can now installed/downloaded from a url
  • Some other fixes/improvements

Define requires

All you have to do is create an mmrl.json file.

{
  "require": ["mkshrc", "node_on_android"]
}

There may come more features in the future.