An open API service indexing awesome lists of open source software.

https://github.com/mircomacrelli/docset-builder

This is a small program that I use when I want to generate a docset for Dash starting from one of the reference guides of one of Spring's projects.
https://github.com/mircomacrelli/docset-builder

dash docset spring

Last synced: 5 days ago
JSON representation

This is a small program that I use when I want to generate a docset for Dash starting from one of the reference guides of one of Spring's projects.

Awesome Lists containing this project

README

          

## What is this?

This is a small program that I use when I want to generate a docset for Dash.

## How to build

Use the command `./gradlew clean shadowJar` and take the jar file in `build/libs/`.

## How to create a new docset

Launch the program passing a configuration file and a destination directory. Example:

```shell script
java -jar docset-builder.jar spring-framework.yml ~/Documents
```

In the sources an example configuration file can be found in the directory `docsets`.