scripts-commons

Kotlin Helper for building scripts

License

License

GroupId

GroupId

id.jasoet
ArtifactId

ArtifactId

scripts-commons
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

scripts-commons
Kotlin Helper for building scripts
Project URL

Project URL

https://github.com/jasoet/scripts-commons
Source Code Management

Source Code Management

https://github.com/jasoet/scripts-commons

Download scripts-commons

How to add to project

<!-- https://jarcasting.com/artifacts/id.jasoet/scripts-commons/ -->
<dependency>
    <groupId>id.jasoet</groupId>
    <artifactId>scripts-commons</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/id.jasoet/scripts-commons/
implementation 'id.jasoet:scripts-commons:1.0.0'
// https://jarcasting.com/artifacts/id.jasoet/scripts-commons/
implementation ("id.jasoet:scripts-commons:1.0.0")
'id.jasoet:scripts-commons:jar:1.0.0'
<dependency org="id.jasoet" name="scripts-commons" rev="1.0.0">
  <artifact name="scripts-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='id.jasoet', module='scripts-commons', version='1.0.0')
)
libraryDependencies += "id.jasoet" % "scripts-commons" % "1.0.0"
[id.jasoet/scripts-commons "1.0.0"]

Dependencies

compile (7)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.0
org.jetbrains.kotlin : kotlin-reflect jar 1.3.0
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.0.0
id.jasoet : fun-kommand jar 1.1.0
io.arrow-kt : arrow-core jar 0.7.3
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.

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>

Versions

Version
1.0.0