Skip to content

Commit

Permalink
add package.json for clib
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle authored and lukedeo committed Apr 19, 2019
1 parent e76ee27 commit bc63386
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "cmd-parser",
"version": "0.0.1",
"repo": "lukedeo/cmd-parser",
"description": "A Lightweight, header-only commandline parser",
"keywords": ["command", "parser", "flags", "options"],
"src": ["include/parser.hh"]
}

0 comments on commit bc63386

Please sign in to comment.