Skip to content

manojpawarsj12/gobber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://music.youtube.com/playlist?list=PLOY2CBMCElnWlWydnR8Req1CUnjhAxEGp&si=VQiZP8DvL_bPYGZV

https://music.youtube.com/playlist?list=PLOY2CBMCElnUb5Blvy6XbrlDlk6bCorTo&si=rVEN4qeGMSTYVmSb

Gobber

A Node.js package manager built in Go, engineered to simplify dependency management and deliver significantly faster installation times than npm

Installation

Using go install

To install Gobber directly using go install, run the following command:

go install github.com/manojpawarsj12/gobber/cmd@latest

To 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.go

Usage

Install Packages

To 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 --dev
gobber i -D

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

golang utility to fetch and install packages from npm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages