https://music.youtube.com/playlist?list=PLOY2CBMCElnWlWydnR8Req1CUnjhAxEGp&si=VQiZP8DvL_bPYGZV
https://music.youtube.com/playlist?list=PLOY2CBMCElnUb5Blvy6XbrlDlk6bCorTo&si=rVEN4qeGMSTYVmSb
A Node.js package manager built in Go, engineered to simplify dependency management and deliver significantly faster installation times than npm
To install Gobber directly using go install, run the following command:
go install github.com/manojpawarsj12/gobber/cmd@latestTo install Gobber, clone the repository and build the project:
git clone https://github.com/manojpawarsj12/gobber.git
cd gobber
go build -o gobber cmd/main.goTo install packages, use the following command:
gobber install <package-names>You can also use the alias i:
gobber i <package-names>If no package names are provided, Gobber will read from package.json and install the dependencies listed there. Use the --dev or -D flag to install only dev dependencies:
gobber install --devgobber i -DThis project is licensed under the MIT License. See the LICENSE file for details.