{"id":17006421,"url":"https://github.com/mcruzdev/jbiscoito","last_synced_at":"2025-07-05T08:35:41.698Z","repository":{"id":218835649,"uuid":"747489019","full_name":"mcruzdev/jbiscoito","owner":"mcruzdev","description":"JBiscoito is a command-line interface (CLI) designed for effortlessly consuming and generating projects through scaffolding.","archived":false,"fork":false,"pushed_at":"2024-05-14T11:43:49.000Z","size":39,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T20:46:18.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mcruzdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-01-24T02:54:40.000Z","updated_at":"2024-11-06T02:44:51.000Z","dependencies_parsed_at":"2024-02-17T03:23:48.309Z","dependency_job_id":"7ea2f1bd-f177-4657-866a-9bf8b1fa5bbd","html_url":"https://github.com/mcruzdev/jbiscoito","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":"0.23076923076923073","last_synced_commit":"0ea5234bd5effaa9beb5b72b05eb8b458d609bba"},"previous_names":["mcruzdev/jbiscoito"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mcruzdev/jbiscoito","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcruzdev%2Fjbiscoito","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcruzdev%2Fjbiscoito/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcruzdev%2Fjbiscoito/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcruzdev%2Fjbiscoito/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcruzdev","download_url":"https://codeload.github.com/mcruzdev/jbiscoito/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcruzdev%2Fjbiscoito/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263711004,"owners_count":23499807,"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":"2024-10-14T05:05:49.330Z","updated_at":"2025-07-05T08:35:41.680Z","avatar_url":"https://github.com/mcruzdev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JBiscoito :cookie:\n\nJBiscoito is a command-line interface (CLI) designed for effortlessly consuming and generating projects through scaffolding.\n\nJBiscoito uses Quarkus, [Qute](https://quarkus.io/guides/qute-reference) and Jackson for templating. It is inspered in [Cookiecutter](https://cookiecutter.readthedocs.io/en/1.7.0/index.html) project.\n\n## Getting Started\n\nDownload the binary from [release page](https://github.com/mcruzdev/jbiscoito/releases), and configure the binary in your system.\n\n```shell\nmv jbiscoito /usr/local/bin/jbiscoito\n```\n\n### Creating the jbiscoito.json file\n\nJBiscoito utilizes the `jbiscoito.json` file as a data source for templating with Qute. Execute the following command to create the `jbiscoito.json` file. \n\n```shell\necho '{\"applicationName\": \"crud\", \"team\": { \"name\": \"crudGroup\", \"area\": \"platform\"}}' \u003e jbiscoito.json\n```\n\n### Running\n\n```shell\njbiscoito git@github.com:mcruzdev/jbiscoito-template.git\n```\n\nIf you execute `tree jbiscoito-template` command, the output should look something like this:\n\n```shell\njbiscoito-template\n├── com\n│   └── java\n│       └── jbiscoito\n│           └── README.md\n└── README.md\n```\n\n### Installing JBiscoito from source code\n\n1. Clone or fork this repository.\n\n```shell\ngit clone git@github.com:mcruzdev/jbiscoito.git\n```\n\n2. Generate the native image using Quarkus Maven Plugin.\n\n```shell script\n./mvnw package -Pnative\n```\n\nMove the binary to `jbiscoito`.\n\n```shell\nmv target/jbiscoito-1.0.0-SNAPSHOT-runner jbiscoito\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcruzdev%2Fjbiscoito","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcruzdev%2Fjbiscoito","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcruzdev%2Fjbiscoito/lists"}