1.1.2 • Published 2 years ago

reciple-module-manager v1.1.2

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
2 years ago

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.

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago