Build amxmodx plugins efficiently
- Windows
- NodeJS > v6.0.0
Import the module in a project. Executing the resulting function will compile plugin source code located in the src
directory and copy the resulting binaries to the dist
directory and the options.gamepath
directory, if specified.
const build = require('amxmodx-build');
build({ gamepath: '/path/to/game' });