Compare commits
4 Commits
95a43f476c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e0c2538d80 | |||
| edff6afeac | |||
| 0167ac76ed | |||
| f2014bf260 |
3
.precommit-config
Normal file
3
.precommit-config
Normal file
@@ -0,0 +1,3 @@
|
||||
# .precommit-config
|
||||
# Set to true to enable pre-commit checks, false to disable
|
||||
run_checks=false
|
||||
25
.vscode/tasks.json
vendored
Normal file
25
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Download Doc Generators",
|
||||
"type": "shell",
|
||||
"command": "./download-mdtopdf.sh",
|
||||
"windows":{
|
||||
"type": "shell",
|
||||
"command": "./download-mdtopdf.ps1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Run Doc Generators",
|
||||
"type": "process",
|
||||
"command": "./bin/go-mdtopdf-helper",
|
||||
"windows":{
|
||||
"type": "process",
|
||||
"command": "./bin/go-mdtopdf-helper.exe"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
2
LICENSE
2
LICENSE
@@ -53,4 +53,4 @@ This Agreement shall be governed by and construed in accordance with the laws of
|
||||
|
||||
This Agreement constitutes the entire agreement between the parties with respect to the subject matter hereof and supersedes all prior or contemporaneous agreements, understandings, or representations, whether oral or written.
|
||||
|
||||
By accessing or using the Software, Licensee acknowledges that it has read this Agreement, understands it, and agrees to be bound by its terms and conditions.
|
||||
By accessing or using the Software, Licensee acknowledges that it has read this Agreement, understands it, and agrees to be bound by its terms and conditions.
|
||||
|
||||
BIN
README.pdf
BIN
README.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user