{"id":16256454,"url":"https://github.com/gaetansenn/git-widget","last_synced_at":"2026-05-05T13:31:53.186Z","repository":{"id":57108048,"uuid":"363208799","full_name":"gaetansenn/git-widget","owner":"gaetansenn","description":"Widget for nuxt to display git info build","archived":false,"fork":false,"pushed_at":"2021-05-04T16:04:24.000Z","size":64,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T05:46:59.404Z","etag":null,"topics":["commit","git","hash","javascript","nuxtjs","vuejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/gaetansenn.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}},"created_at":"2021-04-30T17:09:54.000Z","updated_at":"2023-06-09T08:52:42.000Z","dependencies_parsed_at":"2022-08-20T17:10:50.322Z","dependency_job_id":null,"html_url":"https://github.com/gaetansenn/git-widget","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/gaetansenn%2Fgit-widget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaetansenn%2Fgit-widget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaetansenn%2Fgit-widget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaetansenn%2Fgit-widget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gaetansenn","download_url":"https://codeload.github.com/gaetansenn/git-widget/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247850730,"owners_count":21006641,"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":["commit","git","hash","javascript","nuxtjs","vuejs"],"created_at":"2024-10-10T15:45:15.497Z","updated_at":"2025-10-10T15:13:45.493Z","avatar_url":"https://github.com/gaetansenn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-widget\nWidget for nuxt to display git info build\n\n![alt text](https://github.com/gaetansenn/git-widget/blob/master/preview.png?raw=true)\n\n## Installation\n\nAdd package `yarn add @dewib/git-widget`\n\nAdd the module to the `modules` of your `nuxt.config.js`\n\n```js\nexport default {\n  modules: ['@dewib/git-widget']\n}\n```\n\n## Configure\n\n```js\nexport default {\n  gitWidget: {\n    html: true, // Display tooltip (default: true)\n    disabled: false // ex: disabled for production (default: false)\n  }\n}\n```\n\n## Usage \nThis module inject a plugin that expose the `$dewib.gitWidget.hash` hash and `$dewib.gitWidget.url` url inside Nuxt context.\n\n```html\n\u003ctemplate\u003e\n  \u003ca :href=\"$dewib.gitWidget.url\" target=\"_blank\"\u003eBuild hash: {{ $dewib.gitWidget.hash.short }}\u003c/a\u003e\n\u003c/template\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaetansenn%2Fgit-widget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaetansenn%2Fgit-widget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaetansenn%2Fgit-widget/lists"}