Skip to content

Open source Package manager for ⛏ Minecraft: Bedrock Edition.

License

Notifications You must be signed in to change notification settings

retr0cube/fluoly

Repository files navigation

GitHub GitHub all releases GitHub issues GitHub stars Travis (.com)

🔖 Contents:

❔ Introduction

  • Fluoly is a package manager that lets you download any Minecraft: Bedrock Edition Add-on, tool or plugins you'd ever imagine by only using a CLI & completely free.

🖥 Installation

🪟 Windows:

  • To install fluoly on Windows use the official binaries here ⇗, open it and then the installer will prompt you to choose the path of installation, click Next and the installation process will start, & Voilà! You have successfully installed fluoly.
  • Next to check if Fluoly is installed correctly, open powershell or Windows terminal, then type fluoly --version if it shows something similar to this image image, then you're good to go.
  • If it dumps an error similar to:
"fluoly" is not recognised as an interal or external command

or:

fluoly: The term 'fluoly' is not recognized as a name of a cmdlet, function, script file, or executable program.
  • Please check if the installation path is added correctly to the PATH environnement variable ⇗.

💿 Build from source:

  • To build fluoly from source, open the terminal and type the following commands:
git clone https://github.com/retr0cube/fluoly.git
cd ./fluoly
pip install .

These commands will download and install fluoly as a python module, when the process is done delete the fluoly directory.

  • To test if it's installed correctly, type the following command:
python -m fluoly --version
  • if it shows the following image image, Then you're good to go
  • if the latter didn't work, please repeat the installation process, if that didn't help either, don't hesitate to open an issue here ⇗.

📚 Usage

  • Currently, there are two commands:

- ⬇ Install:

  install - Installs an Package.
      Options:
          -sys           TEXT   Lets you choose which operating system version of a
                                package to choose. Note: This is only available for
                                Tools.
          -c, --cpu_arch TEXT   Lets you choose which CPU architecture version of a
                                package to choose. Note: This is also only available for
                                Tools.
          -v, --version  TEXT   Lets you choose which version of a package to choose.
          -p, --path     TEXT   Lets you change the path where the package will be
                                downloaded to.
          -n, --name     TEXT   Changes the file name of the downloaded package file.

- 🔍 Find:

  find - Shows info about an Add-on. 
      Options:
          -md, --read_me TEXT  Shows the README.md of a package