Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.15 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.15 KB

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>