Skip to content

kallefrombosnia/amxx-online

Repository files navigation

AMXX Online compiler 💣

AMXX Online compiler is nodejs app for online compiling of .sma codes into binary .amxx

AMXX Online compiler provides you:

  • small IDE
  • easy online plugin compile
  • caching includes, so you dont repeat same process
  • MD5 and SHA251 compiled plugin hashes

Screenshots

Welcome page Compiler Cache

Installation

AMXX Online requires Node.js v6+ to run.

Currently this project only supports Windows as working OS, but other OS can be easily implemented.

$ git clone https://github.com/kallefrombosnia/amxx-online.git && cd amxx-online

And then run node command

$ npm run build

And thats it.

Development

Want to contribute? Great! Also leave a ⭐ if you like this project.

Known bugs

See issues.

Todos

  • Add docker support
  • Write more examples
  • Add API documentation

License

MIT