Skip to content

LizardByte/lizardbyte-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

lizardbyte-common

Common helper scripts and repository tooling for LizardByte projects

CI Codecov

Overview

This repository contains shared helper scripts and repository-level tooling used across LizardByte projects.

The current tooling is focused on Python-managed C/C++ formatting helpers:

  • scripts/update_clang_format.py runs clang-format across supported source directories.

Python Tooling

Install uv and sync the locked tool environment:

uv sync

Run the clang-format helper:

uv run python scripts/update_clang_format.py

Tests

Run the pytest suite:

uv run pytest

About

Common library and helpers for LizardByte projects.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from LizardByte/template-base