DINA-Web / guidelines

Guidelines on how to create, test and deploy modules within the DINA-project
2 stars 1 forks source link

For more information about the DINA Project, please visit the DINA wiki.

Authors

DINA Guidelines

Guidelines in Blueprint format

The .apib format is a markdown format that allows for various tooling. A Makefile is provided that for example can be used to render and validate guidelines written in API Blueprint format.

Usage:

# validate, generate report and HTML versions
make APIB=DINA-Web-API-Guidelines.apib

# run tests
make APIB=DINA-Web-API-Guidelines.apib test

# clean up
make down
make clean

Links