Skip to content

This stand-alone library handles the basic command execution and push to Firehose

License

Notifications You must be signed in to change notification settings

peavers-archive/codeshelf-tool-executor

Repository files navigation

Codeshelf Tool Executor

This stand-alone library handles the basic command execution and push to Firehose

Badges

The most important part of a readme of course

Codacy Badge

Why

The tools for Codeshelf require the same basic business logic. They all need to execute a Processbuilder with some basic commands, and they all need to send the output to Firehose. This library is implemented on each tool to handle those tasks.

Building locally

I wasn't able to figure out how to execute install locally through gradle so this is built with maven. Simply run mvn clean install Then you should be good to go.

Using in other projects

Gradle is used for for each tool, so to add this locally to a Gradle file use the following additions:

plugins {
    id 'maven'
}

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.peavers:codeshelf-tool-executor:-SNAPSHOT' 
}

W.I.P

This may never get another commit, or it might get many...

About

This stand-alone library handles the basic command execution and push to Firehose

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages