Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 765 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 765 Bytes

OWL Coat

ALPHA version

Generate HTML documentation from an Ontology RDF file and a PUG template.

Installation

Clone this report:

git clone https://github.com/DOREMUS-ANR/OWL-Coat

Install dependencies:

npm install

Usage

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.

How to write the PUG template

TBD ...