Reciple module manager rmm
is a tool for managing and Reciple modules.
To install rmm run
npm i -g @falloutstudios/rmm
You can also install rmm locally
npm i --save-dev @falloutstudios/rmm
Install a module
rmm add <module>
Unintall a module
rmm remove <module>
You can add your own reciple modules repository to registry.json
located in rmm root directory.