0.0.4 • Published 4 years ago

altv-cli v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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-cli

Usage

# creating a new resource
$ altv new

# watch mode
$ altv start

# update
$ altv update

Future 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.config if 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 nodegit and download zip directly from github, so the user have not to delete the .git directory
  • Receive feedback

Disclaimer

This project is not affiliated with the altMP Project.