diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 17:51:57 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 17:51:57 +0300 |
| commit | c8b01af44b73442bfa3b48a6b39d69c06cf9b610 (patch) | |
| tree | fc5c379cf5e5de845b27649dd682bd15573ef3af /README.md | |
| download | Project-Tick-c8b01af44b73442bfa3b48a6b39d69c06cf9b610.tar.gz Project-Tick-c8b01af44b73442bfa3b48a6b39d69c06cf9b610.zip | |
NOISSUE init repository
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000000..ac195caca0 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# Project Tick + +[](https://github.com/Project-Tick/Project-Tick/actions) +[](LICENSES/) +[](https://cla-assistant.io/Project-Tick/Project-Tick) + +Welcome to Project Tick. + +This repository contains the source tree for Project Tick, a modular +ecosystem for building, packaging, and running software across multiple +platforms. + +The project is organized as a unified monorepo with clearly separated +components. Each directory represents an independent module, library, +tool, or application that can be built and used standalone or as part +of the larger system. + +Core areas include: +- System tools and utilities (`corebinutils`, `systeminfo`, `uvim`) +- Libraries (`ptlibzippy`, `json4cpp`, `tomlplusplus`, `libnbtplusplus`) +- Applications (`projt-launcher`, modpacks, tools) +- Infrastructure and integration (`meta`, `tools`, `dockerimages`) + +Project Tick focuses on reproducible builds, minimal dependencies, +and full control over the software stack. + +## Getting Started + +Each component is self-contained. Refer to the individual directories +for build and usage instructions. + +## Contributing + +Contributions are welcome. Please follow project conventions and +component-level documentation when submitting changes. + +## License + +See the `LICENSES/` directory for detailed licensing information. |
