Solid start at a resume generator. Should probably add an action to build the real thing so I can expose it
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "resume-builder",
|
||||
"version": "1.0.0",
|
||||
"description": "Builds an HTML resume from JSON data",
|
||||
"main": "build.js",
|
||||
"scripts": {
|
||||
"build": "node build.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"ejs": "^3.1.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user