Welcome to Astrocyte Packager’s documentation!

https://github.com/dbbs-lab/astrocyte/workflows/Unit%20tests/badge.svg https://img.shields.io/badge/code%20style-black-000000.svg Documentation Status

Installation

pip install astrocyte

Usage

astro create package my-package

Fill in the prompts and navigate to your package folder.

astro add mod /path/to/mod/file

After adding any amount of mod files to your package you can build it and upload or install it:

astro build
astro install
astro upload

To upload your packages you will need to register and authenticate with an account on GliaPI.

For use on your local computer either use:

astro add mod --local /path/to/mod/file

This installs it to a local package that is immediately available.

Indices and tables