Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toyobayashi/cpp-command-line
A library helps you create professional command-line tools using C++
https://github.com/toyobayashi/cpp-command-line
Last synced: 10 days ago
JSON representation
A library helps you create professional command-line tools using C++
- Host: GitHub
- URL: https://github.com/toyobayashi/cpp-command-line
- Owner: toyobayashi
- Created: 2020-05-16T14:57:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T12:39:46.000Z (over 4 years ago)
- Last Synced: 2024-11-05T22:46:17.387Z (about 2 months ago)
- Language: C++
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpp-command-line
[![test](https://github.com/toyobayashi/cpp-command-line/workflows/test/badge.svg)](https://github.com/toyobayashi/cpp-command-line/actions?query=workflow%3Atest)
A library helps you create professional command-line tools using C++.
C++ re-implementation of [@rushstack/ts-command-line](https://github.com/microsoft/rushstack/tree/master/libraries/ts-command-line).