jsonnet-bundler/cmd/jb
sh0rez fd5f7f108a
feat(install): skip dependencies
Allows `installing` a package without pulling dependencies of that
package. This comes in handy when having multiple directories on
`JPATH`, which overlay each other.

Because dependencies may be already present at lesser ranked import
paths, it's not required to pull them, when only needing to bump a
single one.
2020-04-22 22:34:02 +02:00
..
init.go feat(spec): version field (#85) 2020-02-28 17:41:49 +01:00
init_test.go Add license headers 2019-07-23 13:36:28 -07:00
install.go feat(install): skip dependencies 2020-04-22 22:34:02 +02:00
install_test.go feat(install): skip dependencies 2020-04-22 22:34:02 +02:00
main.go feat(install): skip dependencies 2020-04-22 22:34:02 +02:00
main_test.go feat(spec): version field (#85) 2020-02-28 17:41:49 +01:00
rewrite.go feat: absolute imports (#63) 2020-01-24 08:02:34 +01:00
update.go test: update integration 2020-04-20 18:24:56 +02:00
update_test.go test: update integration 2020-04-20 18:24:56 +02:00