{"id":21508557,"url":"https://github.com/flavio-junior/docs-templete","last_synced_at":"2026-05-17T13:08:39.004Z","repository":{"id":262786478,"uuid":"888344109","full_name":"flavio-junior/docs-templete","owner":"flavio-junior","description":"Documentation of Project ","archived":false,"fork":false,"pushed_at":"2024-11-14T08:45:13.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T14:51:30.530Z","etag":null,"topics":["docs","git","gitflow","github"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"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/flavio-junior.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":"2024-11-14T08:34:20.000Z","updated_at":"2024-11-14T08:47:15.000Z","dependencies_parsed_at":"2024-11-14T09:34:23.765Z","dependency_job_id":"42c5cc51-2a93-4ca1-9788-3c373c8770a3","html_url":"https://github.com/flavio-junior/docs-templete","commit_stats":null,"previous_names":["flavio-junior/docs-templete"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flavio-junior/docs-templete","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flavio-junior%2Fdocs-templete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flavio-junior%2Fdocs-templete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flavio-junior%2Fdocs-templete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flavio-junior%2Fdocs-templete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flavio-junior","download_url":"https://codeload.github.com/flavio-junior/docs-templete/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flavio-junior%2Fdocs-templete/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33139650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docs","git","gitflow","github"],"created_at":"2024-11-23T21:06:35.738Z","updated_at":"2026-05-17T13:08:38.999Z","avatar_url":"https://github.com/flavio-junior.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Documentation of Project | Project Name\n- **Specifications:**\n  - **Programming language used: ` Kotlin `**\n  - **Kotlin Version: ` 1.9.25 `**\n  - **JDK: ` 21 LTS `**\n  - **Maven: ` 3.9.7 `**\n\n- **Tools:**\n  - **` IntelliJ IDEA Community Edition `**\n  - **` Postman `**\n  - **` Git `**\n  - **` GitHub `**\n  - **` pgAdmin 4 `**\n  - **` CMD `**\n\n- **Contact Me:**\n  - **Name: ` Flávio Júnior `**\n  - **Description: ` Main Developer `**\n  - **Contact: ` testk@gmail.com `**\n\n### Git - Accepted Standards for Commits and Pull Requests:\n- **feat:** **` Used when creating or adding a new feature. `**\n- **fix:** **`  Used when fixing a bug in the project. `**\n- **update:** **`  Used for updates to existing files. `**\n- **config:** **` Implementation and configuration in the project. `**\n- **drop files:** **` Used when a file is deleted from the project. `**\n- **docs:** **` Indicates the creation, implementation, or changes in the documentation. `**\n- **test:** **` Used when adding or updating test scenarios. `**\n- **refactor:** **` Refactoring that does not change functionality. `**\n- **build:** **` Indicates the creation, implementation, or changes in build files or dependencies. `**\n- **chore:** **` Indicates updates to build tasks, admin configurations, packages, etc. `**\n- **perf:** **` Code changes related to performance. `**\n- **style:** **`  Used for changes in code formatting. `**\n- **revert:** **` Reverts to a specific commit. `**\n\n**Example:** **` git commit -m \"docs: adding instructions\" `**\n\n### Tree of Branchs:\n- **Main: ` Default `**\n- **Developer: ` Your Branch `**\n\n# Use Case Diagram:\n![ms_ad_use_cases2](https://github.com/user-attachments/assets/f55e2756-88aa-470b-95a2-98d250801ff0)\n\n# Tool Kit:\n![326741787-5df62f65-de69-4f21-aead-4ef34835d706](https://github.com/user-attachments/assets/53ce20f4-f51f-465e-b61d-2a956bcc68d7)\n\n# Launch multiple programs\n**When your need launch multiple programs, execute this [script](https://github.com/flavio-junior/script-to-init-programs-windows)!**\n\n# Commands\n### Commands to generete file .jar:\n- **Generate jar: ` mvn clean package `**\n- **Generate jar and skip tests: ` mvn clean package -DskipTests `**\n- **Run project: ` java -jar target/project-0.0.1-SNAPSHOT.jar.jar `**\n- **Stop project: ` Ctrl + C `**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflavio-junior%2Fdocs-templete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflavio-junior%2Fdocs-templete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflavio-junior%2Fdocs-templete/lists"}