Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.61 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.61 KB

Software-Applications

This Repository contains Open-Source Free Tools created by me.

You can contribute to this repository by improving any functionality or by adding any new feature.

Steps to Contribute to this Repo


  1. Setting Up Local Workspace

    • Install Git.
    • Once you are done setting up git, you will need to fork this repo & work on your forked repo. You can follow the official docs to learn how to fork a repo.
    • Clone and change directory into the repository
      git clone https://github.com/<your_github_handle>/Software-Applications.git
      cd Software-Applications
  2. Write Some Code and Test it out on your local Machine. If everything works fine, move to next step.

  3. Commit your changes.

    git add .
    git commit -m "{Project Name} - {Feature Name}"
  4. Push your changes.

    git push --set-upstream origin main
  5. Create a pull request on Github through https://github.com/Akshay-jain22/Software-Applications/pulls


Download Tools


Note : The Link to download the Tool is available on the Post.

  1. Merge Pdfs : A tool to merge pdfs by just one click.
Merge.Pdfs.-.Demo.mp4