A CLI-oriented Python package for handling cuhHub Stormworks projects (addons/mods).
Project description
cuhkit
📚 | Overview
cuhkit, a CLI to streamline the development of cuhHub addons and mods, featuring:
- Projects system
- Create an addon or mod project in a directory
- Project publishing (publishing addon/mod to cuhHub servers)
- Addon building
- Import .lua files from web
- Import .lua files from local
- Combine .lua files into one
- Use
.order.jsonto ignore certain files, set build order, handle imports, etc.
- Use
- Sync to game
- Mod building
- Package into
.zipfor publishing - Sync to game
- Package into
... and more!
Although made for cuhHub developers, you can use this for your own addons and mods too!
🔗 Links
⚙️ | Installing
PIP
- Use
pip install cuhkit --upgrade. - Run with
py -m cuhkitorcuhkitif in PATH.
Requires Python 3.13+ (untested on earlier versions).
GitHub Releases
- Go to latest release.
- Download the cuhkit executable.
- Place it wherever and add to PATH. Use any time with
cuhkit.
❔ | Usage
- Run
cuhkit --helpto see all commands (orpy -m cuhkit --helpif using pip). - Get started with a project with
cuhkit new PROJECT_NAME --type PROJECT_TYPE(PROJECT_TYPE=addonormod)- For addon projects: If you encounter an error due to missing
playlist.xmlfile when building, create an addon in Stormworks via the addon editor with the same folder name as the project name. The folder name is the name you type into the input when saving your addon in-game.
- For addon projects: If you encounter an error due to missing
✨ | Credit
- Cuh4 (GitHub)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cuhkit-1.1.0.tar.gz.
File metadata
- Download URL: cuhkit-1.1.0.tar.gz
- Upload date:
- Size: 24.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3807a66b384d188c177d82e1a26eb4c733095ef0450a24fdf33379cf8936c8f
|
|
| MD5 |
1f900bc665e120ef76aeb0b59cd041a3
|
|
| BLAKE2b-256 |
235594131a72cb773abe96c9f7b4c665947cdee3acb16e685830194c6d4e0390
|
File details
Details for the file cuhkit-1.1.0-py3-none-any.whl.
File metadata
- Download URL: cuhkit-1.1.0-py3-none-any.whl
- Upload date:
- Size: 38.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
492c979ddb1761b26ff78ad8b3324b525e3f29a9b6767ac87bc5bd0ccf2f576f
|
|
| MD5 |
b7ad20f0abd7469b243d9fe44af25230
|
|
| BLAKE2b-256 |
465e56c223a4518731c806ed4786bdc62cb0870c961e7fbcbdb538493a83ec60
|