-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Manuel Leduc
committed
May 3, 2016
1 parent
a3ea46f
commit 0be4657
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |