mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
20d3a1dc98
generate man page from docs
11 lines
182 B
JSON
11 lines
182 B
JSON
{
|
|
"plugins": ["build"],
|
|
"pluginsConfig": {
|
|
"build": {
|
|
"template": "docs/template.ejs",
|
|
"format": "man",
|
|
"output": "docs/xlnt.3"
|
|
}
|
|
}
|
|
}
|