An open API service indexing awesome lists of open source software.

https://github.com/eliasku/hxmake-example

Example for hxmake multi-module project
https://github.com/eliasku/hxmake-example

Last synced: over 1 year ago
JSON representation

Example for hxmake multi-module project

Awesome Lists containing this project

README

          

# Install hxmake

```
haxelib install hxmake
hxmake _
```

# Setup Idea project
```
hxmake idea
```
then open `hxmake-example` folder in IntelliJ IDEA

# Run test for modules
```
hxmake test
```