m30ml example project for rendering a proposal
- npm
- gradle
- linkml
npm iThis repository includes an example file named model/proposal-model.yaml you can use to generate your proposal.
After replacing the content with your own, use
npm run buildYour generated proposal will appear in build/proposal.adoc.
Nunjucks generates the view as an AsciiDoc file. To make changes to the view, such as section titles and the order thereof, you can edit view/proposal.adoc.njk.