You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = """documentation (README) generator for projects in both markdown and asciidoc - this utilises the templar templating language - including generation of table of contents"""
version = '3.0.0'
repositories {
mavenLocal()
mavenCentral()
jcenter()
}
documentr {
// where to generate the README file
directory = '.'
// wnether to be verbose and output more
verbose = 'true'
// extension - can be either md or adoc
extension = 'md' // this is the default
// extension = 'adoc' // perhaps you want asciidoc?