create-lavalink
v1.0.8
Published
NPX to create Lavalink Server
Readme
Create Lavalink
A simple and fast project scaffolder for Lavalink servers
🚀 About
Create Lavalink is a CLI tool that helps you quickly scaffold a Lavalink server project with sensible defaults. Instead of setting everything up manually, this tool generates a ready-to-run Lavalink server structure so you can focus on configuration and deployment.
📦 Install
You don’t need to install it globally — just run:
npx create-lavalinkOr with npm/yarn:
npm init create-lavalinkyarn create lavalink💻 Usage
Simply run the command and follow the prompts:
npx create-lavalinkYou’ll be asked:
- Project name
- Lavalink version
- Options for configuration
Once done, your project will be generated in a new directory.
🧠 Features
✔ Fast Lavalink project scaffolding ✔ Interactive CLI prompts ✔ Uses latest Lavalink versions ✔ Works without global installs
📁 Included Files
When finished, you’ll get:
<project-name>/
├── Lavalink.jar
├── application.yml
├── run.sh (Mac/Linux)
└── run.bat (Windows)📌 Requirements
Make sure you have:
- Node.js ≥ 18.x
- npm or yarn
❓ Troubleshooting
If you run into issues:
- Ensure your Node.js version is up to date
- Try running with
npxagain
⭐ Contributing
Contributions are welcome! Feel free to open issues or submit pull requests.
📝 License
MIT © 2025
