Simple git alias manager
npm install byul-aliasbyul-alias is a simple git alias manager.
You can install byul-alias using your preferred package manager:
``bash`
npm install byul-alias
`bash`
yarn add byul-alias
`bash`
pnpm add byul-alias
`bash`
bun add byul-aliasbyul-alias.ymlSetup error
If the file hasn’t been created, run:`bash`
node node_modules/byul-alias/dist/setup.mjsbyul-alias.yml
Or, you can manually create the file and add this code:
`yamlCommon Git Alias Shortcuts
--------------------------
You can customize these aliases however you like.
Below are some of the most commonly used Git aliases:
to commit.Usage
$3
Customize your Git Aliases by editing the
byul-alias.yml file. Here’s an example configuration:`yaml
git-alias:
co: checkout
br: branch
ci: commit
st: status
cm: commit -m
`
This setup ensures that your Git aliases are consistently applied across your project.$3
Once your Git Aliases are configured, install and apply them effortlessly with:
`bash
npx byul-alias install
npx byul-alias add
``Byul-alias automatically configures and applies your Git aliases with ease.
We welcome contributions to byul-alias! Whether it's reporting a bug, suggesting an enhancement, or submitting a pull request, your input is valued.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions, suggestions, or feedback, please contact love1ace.