Skip to content

tenub/amxmodx-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amxmodx-build

Build amxmodx plugins efficiently

Requirements

  1. Windows
  2. NodeJS > v6.0.0

Usage

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.

Example

const build = require('amxmodx-build');

build({ gamepath: '/path/to/game' });

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published