mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
Initial commit
This commit is contained in:
commit
cb59934d1d
14 changed files with 711 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# 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")
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue