The *magical* build system and package manager
CuteKit is a suite of tools and utilities for compiling, cross-compiling, linking, and packaging project written in low-level languages such as C, C++ or, Rust. Anything from a simple library to an operating system can be built using CuteKit.
- ✨ It uses JSON: Cutekit uses JSON instead of introducing a whole new programming language for describing the project. And also has macros for more advanced use cases.
- ✨ It's a package manager: Cutekit package manager is based on Git, nothing is centralized.
- ✨ It's extendible: Cutekit can be extended by writing custom Python plugins.
- ✨ It's portable: Cutekit works on Linux, Windows, and MacOS.
- SkiftOS : A hobbyist operating system written in C++.
- WKHtmlToPdf : Odoo's fork of wkhtmltopdf which is a command line tools to render HTML into PDF and various image formats using the Qt WebKit rendering engine.
To install Cutekit, just run the following command:
$ pip install git+https://github.com/cute-engineering/cutekit
Cutekit is licensed under the MIT License.
The full text of the license can be accessed via this link and is also included in the license.md file of this software package.