{"id":27991157,"url":"https://github.com/robertoschwald/groovy-dash-generator","last_synced_at":"2025-05-08T16:55:26.851Z","repository":{"id":78546867,"uuid":"44013654","full_name":"robertoschwald/groovy-dash-generator","owner":"robertoschwald","description":"Generate Documentation from Java/Groovy source","archived":false,"fork":false,"pushed_at":"2015-10-10T15:54:46.000Z","size":175,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T16:55:23.780Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertoschwald.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.markdown","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-10T14:24:26.000Z","updated_at":"2019-08-09T16:34:22.000Z","dependencies_parsed_at":"2023-02-26T11:45:14.304Z","dependency_job_id":null,"html_url":"https://github.com/robertoschwald/groovy-dash-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoschwald%2Fgroovy-dash-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoschwald%2Fgroovy-dash-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoschwald%2Fgroovy-dash-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoschwald%2Fgroovy-dash-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertoschwald","download_url":"https://codeload.github.com/robertoschwald/groovy-dash-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253112078,"owners_count":21856070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-08T16:55:26.236Z","updated_at":"2025-05-08T16:55:26.838Z","avatar_url":"https://github.com/robertoschwald.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dash Documentation Generation\n\nThis project allows for you to generate documentation from project source. This project uses a modified groovydoc page to remove the navigation and keep the 'look and feel' the same across pages.\n\nTo build the tool, you will need to run `./gradlew shadowJar`. \n\n## Usage\n\n    java -jar dash-\u003cversion\u003e-all.jar \u003coptions\u003e \u003csrc-directories\u003e\n    \n### Options\n\n* --output-dir \\\u003cdir\\\u003e   : Directory to create the docset in\n* --name \\\u003cname\\\u003e        : Name of the docset\n* --index \\\u003cindex\\\u003e      : Index to start with\n* src-directories        : Directories to search for source files\n\nSimple example:\n\n    java -jar build/dash/libs/dash-0.0.2-SNAPSHOT-all.jar --output-dir build/generated-docs --name foo dash/src/main/java\n\nRunning this will generate a file `build/generated-docs/foo.docset`, you can simply add this to Dash. \n\nDetailed example:\n\n    java -jar build/dash/libs/dash-0.0.2-SNAPSHOT-all.jar --output-dir build/generated-docs/gradle3 --name gradle  --index ~/Downloads/gradle-2.5/docs/dsl  `find ~/Downloads/gradle-2.5/src -type d -maxdepth 1 -mindepth 1 -exec echo -n \"{} \" \\;`\n\nThis will take about 8 min to run. The find command will get the source root of all the folders, making the dsl links work.\n\nMore to come...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertoschwald%2Fgroovy-dash-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertoschwald%2Fgroovy-dash-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertoschwald%2Fgroovy-dash-generator/lists"}