Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.11 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.11 KB

📦 AMXXPack Project

npm NPM npm

📄 About

AMXXPack - build system and CLI for AMX Mod X projects.

Use release branch for releases, commits into this branch will automatically trigger the GitHub release workflow.

🔽 Download latest:

🔄 Requirements

🔧 Deployment

  • Clone repository.
  • Install dependencies npm i

Customize builder

Use .amxxpack.json configuration file

Build project

npm run build

Watch project

npm run watch

Create bundle

npm run pack