A jsonnet package manager.
Find a file
2018-04-26 23:37:30 +02:00
cmd/jb Introduce kingpin as CLI helper library 2018-04-26 23:37:30 +02: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
.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
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")