{"id":17172190,"url":"https://github.com/lucasconstantino/git-shared-aliases","last_synced_at":"2026-04-19T01:01:54.671Z","repository":{"id":68375721,"uuid":"237433308","full_name":"lucasconstantino/git-shared-aliases","owner":"lucasconstantino","description":"Git aliases made available across your team","archived":false,"fork":false,"pushed_at":"2022-05-04T15:35:56.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T03:46:12.616Z","etag":null,"topics":["aliases","git"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucasconstantino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-31T13:15:06.000Z","updated_at":"2022-05-04T15:35:59.000Z","dependencies_parsed_at":"2023-05-24T17:00:46.709Z","dependency_job_id":null,"html_url":"https://github.com/lucasconstantino/git-shared-aliases","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucasconstantino/git-shared-aliases","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasconstantino%2Fgit-shared-aliases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasconstantino%2Fgit-shared-aliases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasconstantino%2Fgit-shared-aliases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasconstantino%2Fgit-shared-aliases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasconstantino","download_url":"https://codeload.github.com/lucasconstantino/git-shared-aliases/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasconstantino%2Fgit-shared-aliases/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261479699,"owners_count":23164748,"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":["aliases","git"],"created_at":"2024-10-14T23:36:21.839Z","updated_at":"2026-04-19T01:01:52.501Z","avatar_url":"https://github.com/lucasconstantino.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Shared Aliases\n\n\u003e Git aliases made available across your team\n\nThis package will allow your team to share the same Git aliases with ease. Very useful for aliases such as semantic commits (i.e.: `git chore 'message'`).\n\n## Install\n\nCreate a directory named `./git-aliases` in your project root. Any executable files within this directory will be mapped to a local git alias with the same name.\n\nExample `./git-aliases/hello` file:\n\n```sh\n#!/usr/bin/env bash\n\necho \"Hello, $1\"\n```\n\nThen, install `git-shared-aliases` dependency to get aliases installed:\n\n```sh\nnpm install git-shared-aliases --save-dev\n```\n\nUse the new alias:\n\n```sh\ngit hello 'world'\n```\n\n## See also\n\n- [husky](https://github.com/typicode/husky) - Git hooks made easy 🐶 woof!\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasconstantino%2Fgit-shared-aliases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasconstantino%2Fgit-shared-aliases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasconstantino%2Fgit-shared-aliases/lists"}