osu-mkpack

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i osu-mkpack

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • _tyge