@benkenawell/parseargs
Version:
Utilize node's arg parsing function for command line utilities
26 lines (25 loc) • 489 B
JSON
{
"name": "@benkenawell/parseargs",
"version": "0.0.6",
"description": "Utilize node's arg parsing function for command line utilities",
"main": "index.js",
"type": "module",
"bin": {
"parseargs": "index.js"
},
"keywords": [
"Parse",
"args",
"getopt",
"getopts"
],
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/benkenawell/parseargs.git"
},
"author": "Ben Kenawell",
"license": "ISC"
}