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
- Host: GitHub
- URL: https://github.com/eliasku/hxmake-example
- Owner: eliasku
- Created: 2017-10-20T14:58:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T15:04:55.000Z (over 8 years ago)
- Last Synced: 2025-01-26T20:12:17.768Z (over 1 year ago)
- Language: Haxe
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```