Skip to content

Commit

Permalink
Merge pull request #34 from WillAbides/readthis
Browse files Browse the repository at this point in the history
start README
  • Loading branch information
WillAbides authored Nov 25, 2019
2 parents 4cfc1e8 + d3ce8c7 commit 19bd6df
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# bindown

**bindown** is a command-line utility to download, verify and install binary files. It is intended to be used in
development and ci environments where it is important to guarantee the same version of the same binary is downloaded
every time.

## Usage

```
Usage: bindown <command>
Flags:
--help Show context-sensitive help.
--configfile="buildtools.json" file with tool definitions
--cellar-dir=STRING directory where downloads will be cached
Commands:
version
download <target-file>
download a bin
config format
formats the config file
config update-checksums <target-file>
name of the binary to update
config validate <bin>
validate that downloads work
Run "bindown <command> --help" for more information on a command.
```

0 comments on commit 19bd6df

Please sign in to comment.