Commit a00269f4992220b0c6abf69d524ccf29ff2f630a
Committed by
GitHub
Merge pull request #1 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
Showing
1 changed file
with
2 additions
and
0 deletions
README.md
| ... | ... | @@ -2,6 +2,8 @@ |
| 2 | 2 | |
| 3 | 3 | # CLI11 |
| 4 | 4 | |
| 5 | +[](https://gitter.im/CLI11gitter/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | |
| 6 | + | |
| 5 | 7 | CLI11 provides all the features you expect in a powerful command line parser, with a beautiful, minimal syntax and no dependencies beyond C++11. It is header only, and comes in a single file form for easy inclusion in projects. It is easy to use for small projects, but powerful enough for complex command line projects, and can be customized for frameworks. |
| 6 | 8 | It is tested on [Travis with a suite of tests](https://travis-ci.org/henryiii/CLI11), and is being included in the [GooFit GPU fitting framework](https://github.com/GooFit/GooFit). It was inspired by [`plumbum.cli`](http://plumbum.readthedocs.io/en/latest/) for Python. It has both a user friendly introduction here, as well as [API documentation](https://henryiii.github.io/CLI11/index.html) generated by Travis. |
| 7 | 9 | ... | ... |