jsonnet-bundler/README.md

24 lines
494 B
Markdown
Raw Normal View History

2018-04-24 15:19:40 +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](http://jsonnet.org/).
## Install
```
go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
```
## Usage
All command line flags:
[embedmd]:# (_output/help.txt)
```txt
$ jb -h
Usage of jb:
-jsonnetpkg-home string
The directory used to cache packages in. (default "vendor")
```