mtabt
v0.0.6
Published
MTA Build Tool is a framework that provides you convenience features to help you develop and maintain resources for MTA:SA in a straightforward, approachable & reliable manner while delievering good developer experience.
Downloads
4
Maintainers
Readme
MTA Build Tool
MTA Build Tool is a framework that provides you convenience features to help you develop and maintain resources for MTA:SA in a straightforward, approachable & reliable manner while delievering good developer experience.
Getting started
⚠️ MTA Build Tool is currently alpha and may not work as expected
Prerequisites
Please note this is a NodeJS project. In order to try it out, you must have the development tools installed in your computer. You can quickly search on YouTube how to install NodeJS, Yarn & Git on your system (Windows or Linux).
After having NodeJS, Yarn and Git installed, you will need to clone this repository and run the example provided inside the examples directory. Open a terminal in the desktop or a directory of your choice and type the following commands:
If you've never dealt with a NodeJS project, this will feel very nonsense. Don't worry we'll make this process much easier soon.
git clone https://github.com/alvesvin/mtabt.git
cd mtabt
yarn install && yarn build
cd examples/mtabt
yarn dev # or yarn build
Features
- Live reload on the development server
- Pluggable build system
- Incremental builds