{"id":21434137,"url":"https://github.com/bernardo-mg/dice-notation-java-cli","last_synced_at":"2025-03-16T22:45:39.513Z","repository":{"id":45091501,"uuid":"280721387","full_name":"Bernardo-MG/dice-notation-java-cli","owner":"Bernardo-MG","description":"A CLI for rolling dice expressions","archived":false,"fork":false,"pushed_at":"2023-03-29T07:51:44.000Z","size":169,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T09:11:20.435Z","etag":null,"topics":["cli","dice","dice-notation"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bernardo-MG.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-18T19:06:23.000Z","updated_at":"2023-04-01T12:24:33.000Z","dependencies_parsed_at":"2025-01-23T09:10:28.217Z","dependency_job_id":"30080aa2-56ba-422e-88ed-4952a9cad4c6","html_url":"https://github.com/Bernardo-MG/dice-notation-java-cli","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Fdice-notation-java-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Fdice-notation-java-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Fdice-notation-java-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bernardo-MG%2Fdice-notation-java-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bernardo-MG","download_url":"https://codeload.github.com/Bernardo-MG/dice-notation-java-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945529,"owners_count":20372894,"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":["cli","dice","dice-notation"],"created_at":"2024-11-22T23:33:31.462Z","updated_at":"2025-03-16T22:45:39.492Z","avatar_url":"https://github.com/Bernardo-MG.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dice Notation Tools for Java CLI\n\nCLI for running the [Dice Notation Tools][dice-notation-tools] through line command.\n\nTo run the project first package it:\n\n```\nmvn clean package\n```\n\nOr download it from [Github Packages][github_package].\n\nIn both cases the JAR will be a runnable Java file. It can be executed like this:\n\n```\njava -jar target/dice.jar roll 1d6\n```\n\nTo show other commands:\n\n```\njava -jar target/dice.jar -h\n```\n\n[![Release docs](https://img.shields.io/badge/docs-release-blue.svg)][site-release]\n[![Development docs](https://img.shields.io/badge/docs-develop-blue.svg)][site-develop]\n\n[![Release javadocs](https://img.shields.io/badge/javadocs-release-blue.svg)][javadoc-release]\n[![Development javadocs](https://img.shields.io/badge/javadocs-develop-blue.svg)][javadoc-develop]\n\n## Features\n\n- CLI for [Dice Notation Tools][dice-notation-tools]\n- Executable JAR\n\n## Documentation\n\nDocumentation is always generated for the latest release, kept in the 'master' branch:\n\n- The [latest release documentation page][site-release].\n- The [latest release Javadoc site][javadoc-release].\n\nDocumentation is also generated from the latest snapshot, taken from the 'develop' branch:\n\n- The [the latest snapshot documentation page][site-develop].\n- The [latest snapshot Javadoc site][javadoc-develop].\n\n### Building the docs\n\nThe documentation site is actually a Maven site, and its sources are included in the project. If required it can be generated by using the following Maven command:\n\n```\nmvn verify site\n```\n\nThe verify phase is required, otherwise some of the reports won't be generated.\n\n## Collaborate\n\nAny kind of help with the project will be well received, and there are two main ways to give such help:\n\n- Reporting errors and asking for extensions through the issues management\n- or forking the repository and extending the project\n\n### Issues management\n\nIssues are managed at the GitHub [project issues tracker][issues], where any Github user may report bugs or ask for new features.\n\n### Getting the code\n\nIf you wish to fork or modify the code, visit the [GitHub project page][scm], where the latest versions are always kept. Check the 'master' branch for the latest release, and the 'develop' for the current, and stable, development version.\n\n## License\n\nThe project has been released under the [MIT License][license].\n\n[github_package]: https://github.com/Bernardo-MG?tab=packages\u0026repo_name=dice-notation-java-cli\n[issues]: https://github.com/bernardo-mg/dice-notation-java-cli/issues\n[javadoc-develop]: https://docs.bernardomg.com/development/maven/dice-notation-java-cli/apidocs\n[javadoc-release]: https://docs.bernardomg.com/maven/dice-notation-java-cli/apidocs\n[license]: https://www.opensource.org/licenses/mit-license.php\n[scm]: https://github.com/bernardo-mg/dice-notation-java-cli\n[site-develop]: https://docs.bernardomg.com/development/maven/dice-notation-java-cli\n[site-release]: https://docs.bernardomg.com/maven/dice-notation-java-cli\n\n[dice-notation-tools]: https://github.com/Bernardo-MG/dice-notation-java\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernardo-mg%2Fdice-notation-java-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbernardo-mg%2Fdice-notation-java-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernardo-mg%2Fdice-notation-java-cli/lists"}