{"id":20821015,"url":"https://github.com/love1ace/byul-alias","last_synced_at":"2025-07-10T02:37:51.768Z","repository":{"id":254992925,"uuid":"848163867","full_name":"love1ace/byul-alias","owner":"love1ace","description":"Simple git config manager","archived":false,"fork":false,"pushed_at":"2024-08-27T10:24:04.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-04T14:42:35.949Z","etag":null,"topics":["aliases","byul","byulhook","config","git","git-alias"],"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/love1ace.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,"zenodo":null}},"created_at":"2024-08-27T08:53:23.000Z","updated_at":"2024-09-25T08:01:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"656ddf37-634d-4400-9de8-512b38ad5dda","html_url":"https://github.com/love1ace/byul-alias","commit_stats":null,"previous_names":["byulhook/byul-alias"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/love1ace/byul-alias","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/love1ace%2Fbyul-alias","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/love1ace%2Fbyul-alias/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/love1ace%2Fbyul-alias/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/love1ace%2Fbyul-alias/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/love1ace","download_url":"https://codeload.github.com/love1ace/byul-alias/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/love1ace%2Fbyul-alias/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264519719,"owners_count":23621858,"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","byul","byulhook","config","git","git-alias"],"created_at":"2024-11-17T22:10:59.717Z","updated_at":"2025-07-10T02:37:51.761Z","avatar_url":"https://github.com/love1ace.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# byul-alias\n\n**byul-alias** is a simple git alias manager.\n\n![npm](https://img.shields.io/npm/v/byul-alias)\n![license](https://img.shields.io/npm/l/byul-alias)\n\n## Installation\n\nYou can install **byul-alias** using your preferred package manager:\n\n### npm\n\n```bash\nnpm install byul-alias\n```\n\n### Yarn\n\n```bash\nyarn add byul-alias\n```\n\n### pnpm\n\n```bash\npnpm add byul-alias\n```\n\n### Bun\n\n```bash\nbun add byul-alias\n```\n## Setup error\nIf the `byul-alias.yml` file hasn’t been created, run:\n```bash\nnode node_modules/byul-alias/dist/setup.mjs\n```\nOr, you can manually create the `byul-alias.yml` file and add this code:\n\n```yaml\n# Common Git Alias Shortcuts\n# --------------------------\n# You can customize these aliases however you like.\n# Below are some of the most commonly used Git aliases:\n\n# co: checkout    -\u003e Switch branches or restore working tree files\n# br: branch      -\u003e List, create, or delete branches\n# ci: commit      -\u003e Record changes to the repository\n# st: status      -\u003e Show the working tree status\n# lg: log --oneline --graph --decorate -\u003e Show a graphical log of commits\n# cm: commit -m   -\u003e Record changes with an inline commit message\n# a: add .        -\u003e Stage all changes in the current directory\n\n# Note: These are just examples.\n# You can define your own shortcuts, like setting `co` to `commit`.\n        \ngit-alias:\n  co: checkout\n  br: branch\n  ci: commit\n  st: status\n  cm: commit -m\n```\n\n## Usage\n\n### Define Your Git Aliases\n\nCustomize your Git Aliases by editing the `byul-alias.yml` file. Here’s an example configuration:\n\n```yaml\ngit-alias:\n  co: checkout\n  br: branch\n  ci: commit\n  st: status\n  cm: commit -m\n```\nThis setup ensures that your Git aliases are consistently applied across your project.\n\n### Install and Apply Aliases\n\nOnce your Git Aliases are configured, install and apply them effortlessly with:\n\n```bash\nnpx byul-alias install\nnpx byul-alias add\n```\n\n**Byul-alias** automatically configures and applies your Git aliases with ease.\n\n## Contributing\n\nWe welcome contributions to **byul-alias**! Whether it's reporting a bug, suggesting an enhancement, or submitting a pull request, your input is valued.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor any questions, suggestions, or feedback, please contact [love1ace](mailto:lovelacedud@gmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flove1ace%2Fbyul-alias","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flove1ace%2Fbyul-alias","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flove1ace%2Fbyul-alias/lists"}