Skip to content

Commit

Permalink
generate spec.md from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Jun 14, 2018
1 parent dbfdb71 commit c70c828
Show file tree
Hide file tree
Showing 10 changed files with 2,775 additions and 437 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
npm-debug.log
_site
_site
spec-generator/node_modules
spec-generator/out
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Generate specification.md",
"program": "${workspaceRoot}/spec-generator/generator.ts",
"outFiles": [ "${workspaceRoot}/spec-generator/out/**/*.js" ]
}
]
}
Loading

0 comments on commit c70c828

Please sign in to comment.