Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

bndtools/bnd.reporter-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bnd Documentation Generation Demo

Overview

This repository illustrates the documentation generation tool of Bnd.

Main documentation page is here

Generate Documentation

For Bnd Workspace Model Projects

Install bnd on the command line

  • Run cd bnd-workspace
  • Run ./gradlew clean build
  • Run java -jar $BND_PATH/biz.aQute.bnd.jar exportreport readme

Note you can use the command on any workspace or bundles to see how it works (no configuration needed).

For Maven Projects

  • Run cd mvn-workspace
  • Run mvn clean install

Releases

No releases published

Packages

No packages published

Languages