mtabt
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

  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.

Banner

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

Featured plugins

Package Sidebar

Install

npm i mtabt

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

24 kB

Total Files

12

Last publish

Collaborators

  • alvesvin