mtasa-typescript / mtasa-lua-utils

Utility functions and transformers for MTASA Typescript To Lua compilation
MIT License
6 stars 5 forks source link

Command Line Tool #43

Open ammartalpur opened 3 years ago

ammartalpur commented 3 years ago

I have a suggestion that please make a Command Line Tool that starts MTA SA Server

I suggest that make a Command Line Tool that install full mta sa server and then ask Server Name , Port , Slots , and after giving that info then it should install that mta sa typescript project and after then when ever we make a Project(scripts) and then build it, if there will be no problem in that project(scripts), it should automatically start(if haven't started ) and restart(if already start and have some changes).

It will reduce our time and make scripting more creative!!

I hope you understand

Toliak commented 3 years ago

Command Line Tool that install full mta sa server and then ask Server Name , Port , Slots

Where are you going to use this tool?) For development purposes you can locate your resources inside the existing server folder...

Could you provide use-case where this Tool (that installs MTASA Server) can be used for?


it should automatically start(if haven't started ) and restart(if already start and have some changes).

Yes, it's a good idea. Also, I would like to implement watch feature: when the compiling is being executed on change (and is not based on IDEs file watchers).