1.0.3 • Published 3 years ago

mtabt-plugin-meta v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Meta XML Parser

A plugin to automatically create meta.xml

Gettings started

Add mtabt-plugin-meta to your MTA Build Tool configuration file. Please, keep in mind that the order you specify your plugins does matter and, usually, you would like to use this at the almost very last position.

// Usually in .mtabtrc.js

module.exports = {
  plugins: [..., "mtabt-plugin-meta"]
}

Arguments

Please, check here to learn how to provide plugin arguments.

NameTypeDescriptionDefault
delete-after-compilebooleanRemove a script file of the out directory after successfully compiledtrue
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago