Project-Shards / shardimg

Tool to build Project Shards shard images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tool to build Project Shards shard images

License:GNU General Public License v3.0


Languages

Language:Python 96.4%Language:Meson 3.6%