add pdf generator

This commit is contained in:
2023-12-11 00:02:55 +01:00
parent 9cff55e8bf
commit a59ec16783
5 changed files with 71 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "resume",
"version": "1.0.0",
"description": "Noé Viricel's resume",
"main": "index.md",
"scripts": {
"generate": "wkhtmltopdf https://resume.wazo-lab.io/ resume.pdf"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/wazolab/resume.git"
},
"author": "Noé Viricel <noe.viricel@wazo-lab.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/wazolab/resume/issues"
},
"homepage": "https://github.com/wazolab/resume#readme",
"devDependencies": {
"wkhtmltopdf": "^0.4.0"
}
}