Skip to content

znci/twine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twine 🧵

A framework that sits on-top of LuaJ to provide a better developer experience

Features

  • Write your code in Kotlin - Our API natively supports Kotlin to write LuaJ functions

Usage

repositories {
    maven("https://jitpack.io")
}
dependencies {
    /* example:
    implementation("com.github.znci:twine:3a5f69f7b1")
    */
    implementation("com.github.znci:twine:{LATEST_COMMIT}") // (first 10 characters of commit hash)
}

Contributing

Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests on the GitHub repository.

License

Twine is open-source and available under the Apache License 2.0.