You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading code in dependencies locally is sometimes useful while coding. Different language are coming with this notion of vendoring dependencies locally (go mod vendor, cargo vendor, ...).
I am using this script to access niv my dependencies locally:
Reading code in dependencies locally is sometimes useful while coding. Different language are coming with this notion of vendoring dependencies locally (
go mod vendor
,cargo vendor
, ...).I am using this script to access niv my dependencies locally:
I was wondering if a similar command (
niv vendor
?) could be added to niv ?The text was updated successfully, but these errors were encountered: