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
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.
Want to contribute? Great! Also leave a ⭐ if you like this project.
See issues.
- Add docker support
- Write more examples
- Add API documentation
MIT