/shardimg

Tool to build Project Shards shard images

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Shardimg

Easily build project shards images

GitHub followers GitHub Org's stars Discord

Modify the URL

GitHub Repo stars GitHub forks GitHub issues GitHub pull requests

🐣 Features

  • Initialize a new image directory and populate manifest with basic information
  • Build images and commit them to a custom repository
  • Base images on already existing images (not implemented yet)

🫂 Support

For support, join our Discord server or create an issue!

🖥️ Installation

Install shardimg with meson & ninja

  meson setup _build
  ninja -C _build install

🙋 Usage/Examples

Initialize a new image

shardimg init myCustomImage

Build a new image and use a custom repository

shardimg build --repo /var/repo

✍️ Authors

📜 License

GitHub