A jsonnet package manager.
Find a file
Jacob Straszynski 004e9f3f99 git ssh cloning via git+ssh
This is nice when you're not running your repository on Github, or have
a private repository.
2018-05-23 18:59:51 -07:00
cmd/jb git ssh cloning via git+ssh 2018-05-23 18:59:51 -07:00
pkg Fix no dependency inserted when previous array is empty 2018-04-25 09:22:17 +01:00
scripts Initial commit 2018-04-24 16:01:37 +01:00
spec Make install idempotent to jsonnetfile.json 2018-04-24 17:43:27 +01:00
vendor Vendor dependencies with dep and commit vendor/ 2018-04-28 16:12:36 +02:00
.gitignore Initial commit 2018-04-24 16:01:37 +01:00
.header Initial commit 2018-04-24 16:01:37 +01:00
CHANGELOG.md Initial commit 2018-04-24 16:01:37 +01:00
Dockerfile Initial commit 2018-04-24 16:01:37 +01:00
Gopkg.lock Vendor dependencies with dep and commit vendor/ 2018-04-28 16:12:36 +02:00
Gopkg.toml Vendor dependencies with dep and commit vendor/ 2018-04-28 16:12:36 +02:00
LICENSE Initial commit 2018-04-24 16:01:37 +01:00
Makefile Initial commit 2018-04-24 16:01:37 +01:00
README.md Initial commit 2018-04-24 16:01:37 +01:00
VERSION Initial commit 2018-04-24 16:01:37 +01:00

jsonnet-bundler

NOTE: This project is alpha stage. Flags, configuration, behavior and design may change significantly in following releases.

The jsonnet-bundler is a package manager for jsonnet.

Install

go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb

Usage

All command line flags:

$ jb -h
Usage of jb:
  -jsonnetpkg-home string
    	The directory used to cache packages in. (default "vendor")