Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Leduc committed May 3, 2016
1 parent a3ea46f commit 0be4657
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# KREG.hs
## Description
*KREG.hs* is a command line interface for the [kevoree registry](https://github.com/kevoree/kevoree-registry/tree/jhipster-3.1.0).

The official implementation is in [typescript](https://github.com/kevoree/kreg/tree/typescript).

## Dev dependencies
### Stack
http://docs.haskellstack.org/en/stable/README/

**Installation :** http://docs.haskellstack.org/en/stable/README/#how-to-install

## Building

```
stack build
```


## Execution
```
$ stack exec kreg-exe -- --help
kreg
Usage: kreg-exe (auth | whoami | publish | search)
Available options:
-h,--help Show this help text
Available commands:
auth
whoami
publish
search
```

0 comments on commit 0be4657

Please sign in to comment.