Crates.io | niterpack |
lib.rs | niterpack |
version | 0.1.0-rc.1 |
source | src |
created_at | 2023-04-12 19:02:11.562483 |
updated_at | 2023-05-13 11:34:04.78964 |
description | A modern command-line tool for creating Minecraft modpacks |
homepage | |
repository | https://github.com/panda885/niter |
max_upload_size | |
id | 837168 |
size | 74,025 |
A modern command-line tool for creating Minecraft modpacks
🛠️ Heavily under development - release candidate versions only
Niterpack is a modern command-line tool for creating Minecraft modpacks. It uses TOML format, which allows the modpack to be easily version-controlled using git or other tools. Because of the command-line nature, it can also be implemented with continuous integration. Its interface is easy to use and is inspired by Rust's package manager Cargo.
More features are yet to be added, and you can request more using the issue tracker.
Currently, you can download pre-built binaries from the GitHub release page or install using Cargo:
cargo install niterpack
Create a new modpack using the init
command:
niter init # Creates a new project in the current directory
Add your favorite mods from Modrinth:
niter add <MOD> # Adds a new mod to the current project
Build the project:
niter build # Builds the current project
Your modpack is now available under build/installation
.
Licensed under either of Apache License, Version 2.0 or The MIT license at your option.