Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ciscoheat/empty-haxe-project
Empty Haxe project starting point. Node/Neko/Js ready.
https://github.com/ciscoheat/empty-haxe-project
Last synced: 15 days ago
JSON representation
Empty Haxe project starting point. Node/Neko/Js ready.
- Host: GitHub
- URL: https://github.com/ciscoheat/empty-haxe-project
- Owner: ciscoheat
- Created: 2015-05-01T16:15:10.000Z (over 9 years ago)
- Default Branch: neko
- Last Pushed: 2016-05-26T23:29:59.000Z (over 8 years ago)
- Last Synced: 2023-03-10T22:41:54.536Z (over 1 year ago)
- Language: Haxe
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An empty Haxe/Neko project, to get started quickly.
A common first usage setup after cloning the repo:
```
renameproject my-project-name
haxe my-project-name.hxml
neko bin/my-project-name.n
````renameproject.bat` which is used to rename the project uses `fnr.exe` which is a rather large .exe file, they are both deleted after renaming. A nice contribution would be to make a Haxe file that does the same.