The official website and web interface for FiveMPkg - a powerful CLI and package manager for FiveM development.
FiveMPkg simplifies resource management, dependency handling, and deployment for FiveM servers and developers.
- 🚀 Browse and discover FiveM resources
- ⚡️ Manage your FiveM server dependencies
- 📦 Simplified package installation and updates
- 🔄 Version control for your resources
- 🔒 TypeScript-powered web interface
- 🎉 Modern UI with TailwindCSS
- 📖 Comprehensive documentation
- Node.js 18 or higher
- pnpm (recommended) or npm
Install the dependencies:
pnpm installStart the development server:
pnpm run devYour application will be available at http://localhost:5173.
Create a production build:
pnpm run buildTo build and run using Docker:
docker-compose up -dThe containerized application can be deployed to any platform that supports Docker.
If you're familiar with deploying Node applications, the built-in app server is production-ready.
Make sure to deploy the output of pnpm run build
- FiveMPkg CLI - Command-line interface for FiveMPkg
- FiveMPkg Registry - Package registry for FiveM resources
Built with ❤️ for the FiveM community.