cutekit icon indicating copy to clipboard operation
cutekit copied to clipboard

🪄​ The *magical* build system and package manager

Results 9 cutekit issues
Sort by recently updated
recently updated
newest added

**How to use it ?** It's easy as ```console mumu@cutekit:~$ cutekit G flags-gen ``` It uses a new manifest format `install.json` [example](https://github.com/cute-engineering/cutekit-contrib/blob/main/flags-gen/install.json). it also supports partial cloning (like we do...

Use 'pipx' instead of 'pip' in the README.md file

I open this PR as draft to get early feedback. Because I'm not sure if you'll agree with 1 man page by sub command (I took inspiration from [cargo(1)](https://manpages.debian.org/testing/cargo/cargo.1.en.html)). Issue...

When incrementing the tag version of a submodule on `project.json` osdk has no mechanism to update it.

enhancement

Description of the issue ======================== Let's imagine the following component structure ``` software/ ├─ manifest.json -> A binary with id "software.cli" ├─ lib/ │ ├─ manifest.json -> A lib with...

When trying to build vaev, I got a number of compilation errors that I deduced stemmed from using an older clang. Upon inspection, it became clear cutekit's ```{shell.latest('clang++')}``` was picking...

Hi Where is documentation for this? How can I use this? I need to understand your tool to understand what i need to do with another open-source project!