Skip to content

jasoet/scripts-commons

Repository files navigation

Kotlin Scripts Commons Helper

Build Status codecov JCenter

Kotlin Helper to manage several cloud related config. Will be useful for configuring cloud credentials inside docker image.

Features

  • Get Properties from OS Environment Variable and Java System Properties
  • ANSI Colored String for Console
  • Execute command and redirect output to file
  • AWS Credentials
  • Chef Client Config
  • Google Cloud
  • Ssh Config

Gradle

Add Maven Central or JCenter repository

repositories {
    jcenter()
}

Add dependency

compile 'id.jasoet:scripts-commons:1.0.0'

Maven

Add dependency

<dependency>
  <groupId>id.jasoet</groupId>
  <artifactId>scripts-commons</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>

About

Kotlin helper for building scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages