Thank you for your interest in contributing to this project! Here’s a guide on how to contribute:
-
Fork the Repository: Start by forking the repository to your GitHub account.
-
Clone the Fork: Clone your fork to your local machine.
-
Create your own directory: Create a directory with
<command_name>
-
Navigate to that directory: Create a pair of files named as
<command_name>.sh
&README.md
. -
<command_name>.sh: Write your custom command in this file.
Command name
Short description about the command.
bash
syntax of command
- <Feature 1: Brief explanation>
- <Feature 2: Brief explanation>
- <Feature 3: Brief explanation>