Skip to content

Commit fc6bcac

Browse files
committed
Updated readme
1 parent 1152a07 commit fc6bcac

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# wsjcpp-arguments
2-
Processors for application arguments
2+
3+
[![Build Status](https://api.travis-ci.org/wsjcpp/wsjcpp-arguments.svg?branch=master)](https://travis-ci.org/wsjcpp/wsjcpp-arguments) [![Github Stars](https://img.shields.io/github/stars/wsjcpp/wsjcpp-arguments.svg?label=github%20%E2%98%85)](https://github.com/wsjcpp/wsjcpp-arguments/stargazers) [![Github Stars](https://img.shields.io/github/contributors/wsjcpp/wsjcpp-arguments.svg)](https://github.com/wsjcpp/wsjcpp-arguments/) [![Github Forks](https://img.shields.io/github/forks/wsjcpp/wsjcpp-arguments.svg?label=github%20forks)](https://github.com/wsjcpp/wsjcpp-arguments/network/members)
4+
5+
Helpful parser for parsing application arguments
6+
7+
## Installing
8+
9+
```
10+
wsjcpp install "https://github.com/wsjcpp/wsjcpp-arguments:master"
11+
```
12+
13+
or specify version:
14+
```
15+
wsjcpp install "https://github.com/wsjcpp/wsjcpp-arguments:v0.0.1"
16+
```
17+
18+
19+

0 commit comments

Comments
 (0)