项目作者: kallefrombosnia

项目描述 :
AMXX web compiler
高级语言: SourcePawn
项目地址: git://github.com/kallefrombosnia/amxx-online.git
创建时间: 2020-07-15T17:42:49Z
项目社区:https://github.com/kallefrombosnia/amxx-online

开源协议:

下载


AMXX Online compiler :bomb:

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.

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

And then run node command

  1. $ npm run build

And thats it.

Development

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

Known bugs

See issues.

Todos

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

License

MIT