-
- Downloads
change for taking json-schema file as input and render it to markdown and html pages
Showing
- lib/main.js 12 additions, 21 deletionslib/main.js
- lib/schema.js 21 additions, 0 deletionslib/schema.js
- package.json 2 additions, 1 deletionpackage.json
- templates/html/class.ejs 17 additions, 9 deletionstemplates/html/class.ejs
- templates/html/schema.ejs 20 additions, 20 deletionstemplates/html/schema.ejs
- templates/md/class.ejs 22 additions, 8 deletionstemplates/md/class.ejs
... | @@ -15,7 +15,8 @@ | ... | @@ -15,7 +15,8 @@ |
"async": "^2.0.1", | "async": "^2.0.1", | ||
"mkdirp": "^0.5.1", | "mkdirp": "^0.5.1", | ||
"ejs": "^2.4.2", | "ejs": "^2.4.2", | ||
"ajv": "^5.0.1-beta" | "ajv": "^5.0.1-beta", | ||
"json-schema-ref-parser":"3.1.2" | |||
}, | }, | ||
"engines": { | "engines": { | ||
"node": ">= 0.10.0" | "node": ">= 0.10.0" | ||
... | ... |
Please register or sign in to comment