fetcher
A package manager written in PHP that supports installing dependencies from GitHub, npm, custom URLs, and local file paths. 🐶
How to download and setup fetcher
Open terminal and run command
git clone https://github.com/fivefifteen/fetcher.git
git clone is used to create a copy or clone of fetcher repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with fetcher https://github.com/fivefifteen/fetcher/archive/master.zip
Or simply clone fetcher with SSH
[email protected]:fivefifteen/fetcher.git