https://github.com/korlibs/kortemplate
Template repository for setting up nmpp + travis to test on windows, linux and mac
https://github.com/korlibs/kortemplate
Last synced: 26 days ago
JSON representation
Template repository for setting up nmpp + travis to test on windows, linux and mac
- Host: GitHub
- URL: https://github.com/korlibs/kortemplate
- Owner: korlibs
- License: mit
- Created: 2018-10-14T16:25:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T20:08:14.000Z (over 5 years ago)
- Last Synced: 2025-01-06T14:47:18.474Z (over 1 year ago)
- Language: Shell
- Size: 325 KB
- Stars: 4
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md.template
- License: LICENSE.template
Awesome Lists containing this project
README
# KorTemplate
Template
[](https://travis-ci.org/korlibs/kortemplate)
[](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22kortemplate%22)
[](https://gitter.im/korlibs/Lobby)
Use with gradle (uploaded to bintray and synchronized to jcenter):
```
def kortemplateVersion = "1.0.0-alpha-1"
repositories {
maven { url "https://dl.bintray.com/korlibs/korlibs" }
}
compile "com.soywiz:kortemplate-jvm:$kortemplateVersion" // JVM/Android
compile "com.soywiz:kortemplate-js:$kortemplateVersion" // JavaScript
compile "com.soywiz:kortemplate-iosarm32:$kortemplateVersion" // Older iOS devices
compile "com.soywiz:kortemplate-iosarm64:$kortemplateVersion" // New iOS devices
compile "com.soywiz:kortemplate-iosx64:$kortemplateVersion" // Simulator
compile "com.soywiz:kortemplate-linuxx64:$kortemplateVersion" // Linux x64
compile "com.soywiz:kortemplate-macosx64:$kortemplateVersion" // MacOS
compile "com.soywiz:kortemplate-mingwx64:$kortemplateVersion" // Windows x64
compile "com.soywiz:kortemplate-common:$kortemplateVersion" // Common (just expect 2 decls in kortemplate)
```