Skip to content

Golang CLI Boilerplate is a bulletproof Golang CLI template with batteries included πŸ”‹

License

Notifications You must be signed in to change notification settings

Excoriate/Lazy-Aliases

Repository files navigation

Bash Aliases

Set of bash aliases to make your life easier


Software License

Getting Started 🚦

Clone this repository and run the following command:

git clone <>

If you're using oh-my-zsh, you can add the following line to your .zshrc file:

source <path-where-you-clone-it>/<type>/al_<name>.sh
# Or through a one-liner without the need of edit your .zshrc file separately
echo "source <path-where-you-clone-it>/<type>/al_<name>.sh" >> ~/.zshrc

If you're using bash, you can add the following line to your .bashrc file:

source <path-where-you-clone-it>/<type>/al_<name>.sh
# Or through a one-liner without the need of edit your .bashrc file separately
echo "source <path-where-you-clone-it>/<type>/al_<name>.sh" >> ~/.bashrc

Usage 🎬

Soon to be added.


Features 🧩

(TBD)

  • something
  • add your content here

Tooling πŸ§‘β€πŸ”§

This template is equipped with an array of tools to maintain a high standard of code quality and accelerate the development process:

NOTE: For pre-commit, ensure you're running task pre-commmit-init to add the pre-configured hooks into your git hooks. This will ensure that the code is linted and formatted before committing it. Also, there are other linters included (yaml, docker, shell, md, etc.).


Contributing

Please read our contributing guide. All issues, pull requests and GitHub stars are welcome! Happy coding! πŸ’»

Community

Find me in:

About

Golang CLI Boilerplate is a bulletproof Golang CLI template with batteries included πŸ”‹

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages