Releases: MMRLApp/MMRL-CLI
Releases · MMRLApp/MMRL-CLI
v0.1.2
v0.1.1
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
- Initial release