Skip to content

MaxIsJoe/central-command

 
 

Repository files navigation

Central Command

Docker Image Version (latest by date) Codacy Badge

The all-in-one backend application for Unitystation

Features

  • Account managment and user validation.
  • Server list managment.
  • In-game persistence.
  • Works cross-fork!
  • Modular architecture.

Development guide

Setting up Docker

TODO

Setting up pre-commit

This repository uses pre-commit hook which runs every time you make a commit to catch linting and formatting errors early.
To enable pre-commit, install it with pip: pip install -U pre-commit
After package installation, install hook running pre-commit install inside of project directory.

Hint: if the world is on fire, production servers down, clown hacks your door and you don't have time to make linters happy, you can add -n to git commit command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.4%
  • HTML 3.8%
  • Dockerfile 2.3%
  • Shell 1.5%