osu-mkpack
v0.0.1
Published
make beatmap packs for osu! easily!
Downloads
1
Readme
osu-mkpack
A CLI to easily create beatmap packs for osu!.
installing
assuming you're on linux or on a linux environment and have installed both nodejs (Debian-like: sudo apt-get install nodejs
; Arch: sudo pacman -S nodejs
) and git (Debian-like: sudo apt-get install git
; Arch: sudo pacman -S git
)
git clone https://github.com/TheHowl/osu-mkpack
cd osu-mkpack
npm install
cp config.example.js config.js
nano config.js # or any text editor you like. The names in the config are pretty much self-descriptive.
running
node exec.js <beatmap IDs ... ... ... ...> <destination filename>
example (used in development):
node exec.js 269177 293098 pack.zip