Skip to content

Repository files navigation

StringProcessor

What is StringProcessor

GitHub tag (latest by date)

StringProcessor is a tool for procedural string generation.

Features

  • key-value storage
  • functions
  • conditional statements
  • recursive processing

How to

Gradle

  • Add the JitPack repository to your build file
repositories {
    maven { url 'https://jitpack.io' }
}

Alternatively Github Packages

repositories {
    maven {
        url = uri("https://maven.pkg.github.com/arnoid/string.processor")
        credentials {
            username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
            password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
        }
    }
}
  • Add the dependency
dependencies {
    implementation 'com.github.arnoid:string.processor:x.x.x'
}

Using

About

Tool for procedural text generation

Topics

Resources

Stars

7 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages