Skip to content

Releases: MMRLApp/MMRL-CLI

v0.1.2

21 Oct 13:45
Compare
Choose a tag to compare

This is a hot fix to fix mmrl upself. Please read here the previous changes and addings

Upgrade

mmrl upself 0.1.2

v0.1.1

21 Oct 13:31
Compare
Choose a tag to compare

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.

v0.1.0

18 Oct 15:50
Compare
Choose a tag to compare
  • Initial release