0.0.4 • Published 6 years ago
altv-cli v0.0.4
Description
This command-line interface tool helps you to start and maintain your alt:V Multiplayer project. It helps you with starting your new project by scaffolding the project, run your server in development mode and building for production (coming soon).
Installation
$ npm install -g altv-cliUsage
# creating a new resource
$ altv new
# watch mode
$ altv start
# update
$ altv updateFuture plans
The goal of this cli tool is to quickly start developing with alt:V. In order to achieve this goal we have need some more features like
- Use custom
rollup.configif it exists - Building the resource for production
- Proper source map support for better error handling in development
- JavaScript starter and support
- C# starter and support
- Remove
nodegitand download zip directly from github, so the user have not to delete the.gitdirectory - Receive feedback
Disclaimer
This project is not affiliated with the altMP Project.