Skip to content

yaaaarn/yarnfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧶 yarnfetch

a simple info utility

screenshot

screenshot

install

go

go install github.com/yaaaarn/yarnfetch@latest

or to run temporarily

go run github.com/yaaaarn/yarnfetch@latest

nix flake

add to your flake.nix inputs:

yarnfetch = {
  url = "github:yaaaarn/yarnfetch";
  inputs.nixpkgs.follows = "nixpkgs";
};

then add yarnfetch.packages.${system}.default to your environment.systemPackages or home-manager packages.

dev

# enter the dev shell (if using nix)
nix develop

# install dependencies
go mod tidy

# build the binary
go build .

license

mit

About

a simple info utility

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors