Skip to content

Fast text formatting language for Java and Javascript. Lightweight and No Dependencies.

License

Notifications You must be signed in to change notification settings

PharaStarLLC/dojoscript-java

Repository files navigation

DojoScript

▓█████▄  ▒█████   ▄▄▄██▀▀▀▒█████    ██████  ▄████▄   ██▀███   ██▓ ██▓███  ▄▄▄█████▓
▒██▀ ██▌▒██▒  ██▒   ▒██  ▒██▒  ██▒▒██    ▒ ▒██▀ ▀█  ▓██ ▒ ██▒▓██▒▓██░  ██▒▓  ██▒ ▓▒
░██   █▌▒██░  ██▒   ░██  ▒██░  ██▒░ ▓██▄   ▒▓█    ▄ ▓██ ░▄█ ▒▒██▒▓██░ ██▓▒▒ ▓██░ ▒░
░▓█▄   ▌▒██   ██░▓██▄██▓ ▒██   ██░  ▒   ██▒▒▓▓▄ ▄██▒▒██▀▀█▄  ░██░▒██▄█▓▒ ▒░ ▓██▓ ░
░▒████▓ ░ ████▓▒░ ▓███▒  ░ ████▓▒░▒██████▒▒▒ ▓███▀ ░░██▓ ▒██▒░██░▒██▒ ░  ░  ▒██▒ ░
 ▒▒▓  ▒ ░ ▒░▒░▒░  ▒▓▒▒░  ░ ▒░▒░▒░ ▒ ▒▓▒ ▒ ░░ ░▒ ▒  ░░ ▒▓ ░▒▓░░▓  ▒▓▒░ ░  ░  ▒ ░░
 ░ ▒  ▒   ░ ▒ ▒░  ▒ ░▒░    ░ ▒ ▒░ ░ ░▒  ░ ░  ░  ▒     ░▒ ░ ▒░ ▒ ░░▒ ░         ░
 ░ ░  ░ ░ ░ ░ ▒   ░ ░ ░  ░ ░ ░ ▒  ░  ░  ░  ░          ░░   ░  ▒ ░░░         ░
   ░        ░ ░   ░   ░      ░ ░        ░  ░ ░         ░      ░
 ░                                         ░

DojoScript - Developed with ♥ and Published by digitaldojo.tech

Fast text formatting language for Java and Javascript. Lightweight and No Dependencies.



ADD REPO:

// Repo - Groovy
repositories {
    maven {
        name = "digitaldojo-repo"
        url = "https://repo.digitaldojo.tech/repository/maven-snapshots/"
    }
}
// Repo - Kotlin DSL
repositories {
    maven {
        url = uri("https://repo.digitaldojo.tech/repository/maven-snapshots/")
    }

    // OR
    maven("https://repo.digitaldojo.tech/repository/maven-snapshots/")
}
<repositories>
    <repository>
        <id>digitaldojo-repo</id>
        <url>https://repo.digitaldojo.tech/repository/maven-snapshots/</url>
    </repository>
</repositories>

ADD DEPENDENCY:

// Dependency - Groovy
implementation("tech.digitaldojo.dojoscript:dojoscript:1.0-SNAPSHOT")
// Dependency - Kotlin DSL
implementation("tech.digitaldojo.dojoscript:dojoscript:1.0-SNAPSHOT")
<!-- Dependency - Maven -->
<dependencies>
    <dependency>
        <groupId>tech.digitaldojo.dojoscript</groupId>
        <artifactId>dojoscript</artifactId>
        <version>1.0-SNAPSHOT</version>
    </dependency>
</dependencies>

About

Fast text formatting language for Java and Javascript. Lightweight and No Dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published