{"id":18342502,"url":"https://github.com/uniqueck/asciidoctorj-decisiontable-extension","last_synced_at":"2025-04-06T07:32:11.796Z","repository":{"id":52535021,"uuid":"169908219","full_name":"uniqueck/asciidoctorj-decisiontable-extension","owner":"uniqueck","description":"An AsciidoctorJ extension to convert decision tables to tables and plantuml diagrams","archived":true,"fork":false,"pushed_at":"2021-04-26T19:33:25.000Z","size":155,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T13:36:31.015Z","etag":null,"topics":["asciidoc","asciidoctor","asciidoctor-extension","asciidoctorj","decisiontable","lfet"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uniqueck.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-09T20:04:38.000Z","updated_at":"2024-03-05T10:49:49.000Z","dependencies_parsed_at":"2022-09-02T18:30:59.087Z","dependency_job_id":null,"html_url":"https://github.com/uniqueck/asciidoctorj-decisiontable-extension","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniqueck%2Fasciidoctorj-decisiontable-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniqueck%2Fasciidoctorj-decisiontable-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniqueck%2Fasciidoctorj-decisiontable-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniqueck%2Fasciidoctorj-decisiontable-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uniqueck","download_url":"https://codeload.github.com/uniqueck/asciidoctorj-decisiontable-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247450361,"owners_count":20940907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asciidoc","asciidoctor","asciidoctor-extension","asciidoctorj","decisiontable","lfet"],"created_at":"2024-11-05T20:31:12.800Z","updated_at":"2025-04-06T07:32:11.506Z","avatar_url":"https://github.com/uniqueck.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":":icons: font\n= AsciidoctorJ Decisiontable Extension\n\nimage:https://github.com/uniqueck/asciidoctorj-decisiontable-extension/actions/workflows/ci.yaml/badge.svg?branch=master[\"GitHub Actions\", link=\"https://github.com/uniqueck/asciidoctorj-decisiontable-extension/actions/workflows/ci.yaml?branch=master\"]\nimage:https://img.shields.io/badge/License-MIT-yellow.svg[\"MIT License\", link=\"https://opensource.org/licenses/MIT\"]\nimage:https://maven-badges.herokuapp.com/maven-central/de.uniqueck.asciidoctorj.extensions/asciidoctorj-decisiontable-extension/badge.svg?style=plastic[link=\"https://maven-badges.herokuapp.com/maven-central/de.uniqueck.asciidoctorj.extensions/asciidoctorj-decisiontable-extension\"]\nimage:https://sonarcloud.io/api/project_badges/measure?project=uniqueck_asciidoctorj-decisiontable-extension\u0026metric=alert_status[link=\"https://sonarcloud.io/api/project_badges/measure?project=uniqueck_asciidoctorj-decisiontable-extension\u0026metric=alert_status\"]\n\n\nThis AsciidoctorJ extension helps you to integrate https://www.lohrfink.de/de/startseite/[decision tables] in your AsciiDoc toolchain.\n\nCurrently supported decision table formats\n\n* https://www.lohrfink.de/de/startseite/[lohrfink decision tables]\n\n== Installation\n\n[source, xml]\n----\n\u003cplugin\u003e\n\t\u003cgroupId\u003eorg.asciidoctor\u003c/groupId\u003e\n\t\u003cartifactId\u003easciidoctor-maven-plugin\u003c/artifactId\u003e\n\t\u003cversion\u003e2.0.0-RC.1\u003c/version\u003e\n\t\u003cexecutions\u003e\n\t\t\u003cexecution\u003e\n\t\t\t\u003cid\u003eoutput-html\u003c/id\u003e\n\t\t\t\u003cphase\u003egenerate-resources\u003c/phase\u003e\n\t\t\t\u003cgoals\u003e\n\t\t\t\t\u003cgoal\u003eprocess-asciidoc\u003c/goal\u003e\n\t\t\t\u003c/goals\u003e\n\t\t\t\u003cconfiguration\u003e\n\t\t\t\t\u003cbackend\u003ehtml\u003c/backend\u003e\n\t\t\t\u003c/configuration\u003e\n\t\t\u003c/execution\u003e\n\t\u003c/executions\u003e\n\t\u003cdependencies\u003e\n\t\t\u003cdependency\u003e \u003c!--1--\u003e\n\t\t\t\u003cgroupId\u003ede.uniqueck.asciidoctorj.extensions\u003c/groupId\u003e\n\t\t\t\u003cartifactId\u003easciidoctorj-decisiontable-extension\u003c/artifactId\u003e\n\t\t\t\u003cversion\u003eLATEST\u003c/version\u003e \u003c!--2--\u003e\n\t\t\u003c/dependency\u003e\n\t\u003c/dependencies\u003e\n\u003c/plugin\u003e\n----\n\n\u003c1\u003e asciidoctorj-decisiontables-extension is added\n\u003c2\u003e check for the latest version at https://maven-badges.herokuapp.com/maven-central/de.uniqueck.asciidoctorj.extensions/asciidoctorj-decisiontable-extension[Maven central]\n\n== lfet macro\n\n=== AsciiDoc source\n[source, asciidoc]\n----\ndt::src/test/resources/smallestDecisionTable.lfet[style=table]\n----\n\n=== AsciiDoc generated\n.smallestDecisionTable\n[width=\"100%\",options=header,cols=\"1,3,2,2\",frame=none,grid=all]\n|====\n2+|\n^.^|R01\n^.^|R02\n^.^h|C01\n.^h|Condition1\n^.^|Y\n^.^|N\n4+|\n^.^h|A01\n.^h|Action1\n^.^|X\n^.^|\n^.^h|A02\n.^h|Action2\n^.^|\n^.^|X\n|====\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiqueck%2Fasciidoctorj-decisiontable-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funiqueck%2Fasciidoctorj-decisiontable-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiqueck%2Fasciidoctorj-decisiontable-extension/lists"}