mirror of
https://github.com/Wessel/larg.git
synced 2026-07-11 18:32:27 +02:00
Upload main files
Added: package.json README.md test.js index.js Changed: LICENSE
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "larg",
|
||||
"version": "0.0.1",
|
||||
"description": "👾 A very lightweight Node.js argument parser",
|
||||
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"files": [ "index.js", "LICENSE" ],
|
||||
"bugs": { "url": "https://www.github.com/PassTheWessel/larg/issues" },
|
||||
"homepage": "https://www.github.com/PassTheWessel/larg#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://www.github.com/PassTheWessel/larg"
|
||||
},
|
||||
"keywords": [ "argument", "args", "arg", "argv", "parse", "cli", "command-line", "parser", "command", "lightweight" ]
|
||||
}
|
||||
Reference in New Issue
Block a user