From 1331e2be9f76d770c68107b0990c29ea8b59ed85 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 2 Jun 2017 10:53:17 -0400 Subject: [PATCH] Adding tutorial series mention --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4b9e615..5285d43b 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,12 @@ [![Join the chat at https://gitter.im/CLI11gitter/Lobby][gitter-badge]][gitter] [![License: BSD][license-badge]](./LICENSE) +[API Docs][api-docs] • [Tutorial series][GitBook] • [What's new](./CHANGELOG.md) + # CLI11: Command line parser for C++11 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. -It is tested on [Travis] and [AppVeyor], and is being included in the [GooFit GPU fitting framework][GooFit]. It was inspired by [`plumbum.cli`][Plumbum] for Python. CLI11 has both a user friendly introduction here, as well as [API documentation][api-docs] generated by Travis. +It is tested on [Travis] and [AppVeyor], and is being included in the [GooFit GPU fitting framework][GooFit]. It was inspired by [`plumbum.cli`][Plumbum] for Python. CLI11 has a user friendly introduction in this README, a more indepth tutorial [GitBook], as well as [API documentation][api-docs] generated by Travis. See the [changelog](./CHANGELOG.md) or [GitHub Releases] for details for current and past releases. The 1.0 announcement post can be found [here](http://iscinumpy.blogspot.com/2017/06/announcing-cli11-version-10.html). ### Why write another CLI parser? @@ -304,3 +306,4 @@ CLI11 was developed at the [University of Cincinnati] to support of the [GooFit] [DIANA/HEP]: http://diana-hep.org [NSF Award 1414736]: https://nsf.gov/awardsearch/showAward?AWD_ID=1414736 [University of Cincinnati]: http://www.uc.edu +[GitBook]: https://henryiii.gitbooks.io/cli11