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.
- Host: GitHub
- URL: https://github.com/mircomacrelli/docset-builder
- Owner: mircomacrelli
- License: unlicense
- Created: 2021-06-02T10:15:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T12:37:45.000Z (over 2 years ago)
- Last Synced: 2023-12-17T13:34:11.953Z (over 2 years ago)
- Topics: dash, docset, spring
- Language: Java
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.