Cookiecutter template for a Node.js application which generates documentation for objects defined using JSON Schema.
Install the latest Cookiecutter and Node.js.
Generate the project:
cookiecutter https://github.com/mikerogers123/json-schema-to-md-cookiecutter.git
A number of prompts will request extra information for the project:
project_name
should be the human-readable project nameproject_slug
will be pre-populated as theproject_name
in kebab-caseproject_description
will be s pre-populated sentence describing the project using thedocumentation_purpose
documentation_purpose
is what you are generating documentation for (e.g. events, data models)
See README.md
in generated project for further information on then application.