All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.com.zegreatrob.tools.digger.Parse.kt Maven / Gradle / Ivy

There is a newer version: 1.5.3
Show newest version
package com.zegreatrob.tools.digger

import com.zegreatrob.tools.digger.json.ContributionParser

fun parseCurrentAuthors(output: String) = ContributionParser.parseContribution(output)?.authors
fun parseSemver(output: String) = ContributionParser.parseContribution(output)?.semver
fun parseStoryId(output: String) = ContributionParser.parseContribution(output)?.storyId
fun parseAll(output: String) = ContributionParser.parseContributions(output)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy