An open API service indexing awesome lists of open source software.

https://github.com/saptarshidebnath/processrunner

Process Runner is java based library using which one can execute system process or scripts from inside your java program.
https://github.com/saptarshidebnath/processrunner

batch-file java processrunner python ruby shell-script

Last synced: about 2 months ago
JSON representation

Process Runner is java based library using which one can execute system process or scripts from inside your java program.

Awesome Lists containing this project

README

          

# processrunner

[![GitHub license](https://img.shields.io/github/license/saptarshidebnath/processrunner.svg)](https://github.com/saptarshidebnath/processrunner/blob/master/LICENSE.txt) [![Build Status](https://travis-ci.org/saptarshidebnath/processrunner.svg?branch=master)](https://travis-ci.org/saptarshidebnath/processrunner) [![codecov](https://codecov.io/gh/saptarshidebnath/processrunner/branch/master/graph/badge.svg)](https://codecov.io/gh/saptarshidebnath/processrunner) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.saptarshidebnath.utilities/ProcessRunner/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.saptarshidebnath.utilities/ProcessRunner) [![Quality Gate](https://sonarqube.com/api/badges/gate?key=com.saptarshidebnath.utilities%3AProcessRunner)](https://sonarcloud.io/dashboard?id=com.saptarshidebnath.utilities%3AProcessRunner) [![Technical debt ratio](https://sonarqube.com/api/badges/measure?key=com.saptarshidebnath.utilities%3AProcessRunner&metric=sqale_debt_ratio)](https://sonarcloud.io/dashboard?id=com.saptarshidebnath.utilities%3AProcessRunner) [![SonarCloud Code Coverage](https://sonarcloud.io/api/badges/measure?key=com.saptarshidebnath.utilities%3AProcessRunner&metric=coverage)](https://sonarcloud.io/dashboard?id=com.saptarshidebnath.utilities%3AProcessRunner) [![codebeat badge](https://codebeat.co/badges/138abe4e-5e31-46a1-8973-910baff2aac0)](https://codebeat.co/projects/github-com-saptarshidebnath-processrunner-master)

![codecov.io](https://codecov.io/gh/saptarshidebnath/processrunner/branch/master/graphs/commits.svg?branch=master)

***Process Runner*** is java based library using which one can **execute system process or scripts [shell scripts, batch file, python scripts, ruby scripts etc] from inside your java program**.

Please visit link http://code.saptarshidebnath.com/processrunner/ for implementation guideline.