Skip to content
/ cli Public

A CLI tool for creating Minecraft modpacks using the Fabric loader.

License

Notifications You must be signed in to change notification settings

horizr/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

horizr

horizr CLI

npm

A CLI tool for creating and maintaining Minecraft modpacks using the Fabric loader.

🎉 Features:

Usage

Because both pkg and nexe don’t support ES modules at the time of writing, I can’t publish executable files.

The only way of installing is therefore npm.

$ npm i -g @horizr/cli

Run any command with the -h flag to see the available options.

A new pack can be initialized using horizr init <path>.

Contributing

I developed this tool primarily for my own packs, that’s why its missing some features I didn’t absolutely need.

Nevertheless, if you want a feature added, feel free to create an issue. A pull request would be even better.

Features I have in mind:

  • List disabled source files
  • Allow disabling static source files by adding .disabled to their name
  • Import packwiz packs
  • Hot-reloading packwiz dev command