ALPHA version
Generate HTML documentation from an Ontology RDF file and a PUG template.
Clone this report:
git clone https://github.com/DOREMUS-ANR/OWL-Coat
Install dependencies:
npm install
Edit the config.json
file according to your needs:
{
"source": <URI or PATH>, [required]
"namedGraph": <URI>, [required]
"input": [default: "./res/"],
"output": [default: "./out/"]
}
Live compile the stylus file stylus -u nib -u rupture -w res/styles.styl -o res/styles.css
Run it
node index
The .pug
files will be converted in HTML, while the other files in input will be copied directly in output.
TBD ...