Skip to content
This repository was archived by the owner on Jul 24, 2022. It is now read-only.

reciplejs/rmm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rmm

Reciple module manager rmm is a tool for managing and installing Reciple modules. It's based from Axis module utility.

Installation

To install rmm run

npm i -g reciple-module-manager

Commands

$ rmm help
These are the available commands:
    add <module>
    clearcache
    help [command]
    init-module
    init
    list [filter]
    pack [output-dir] [overwrite:BOOLEAN]
    remove <module> [confirm:BOOLEAN]
    version

Use rmm help <command> to see help for a specific command

Downloading Reciple Modules

In your Reciple bot root directory you can install Reciple modules by running.

All valid module must have a .reciple file.

rmm add <module.zip|github/repo>

Installing from zip

rmm add ./module.zip

Installing from github. You can also specify a tag you want to download.

The repository must be a public repository. With at least one tag.

rmm add GhexterCortes/reciple-test-module

Creating Module

To create a module initialize your .reciple file with this command:

It will ask you information about your module. You can skip this step if you want to edit your .reciple file manually.

rmm init-module

To pack your module to zip file go to your module root directory and run:

rmm pack

with out dir

rmm pack ../module.zip

with overwrite

rmm pack ./ true

Module in Github

To publish your module to github you need to create a repository and add a .reciple file.

About

Reciple module manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published