Comparing version 1.0.0 to 1.0.1
@@ -0,2 +1,3 @@ | ||
#!/usr/bin/env node | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
// Dependencies | ||
@@ -2,0 +3,0 @@ import * as fs from "fs"; |
{ | ||
"name": "concat-lua", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Concatenates many lua files together, wrapped each one within a `do` block.", | ||
"exports": "lib/index.js", | ||
"exports": "./lib/index.js", | ||
"type": "module", | ||
@@ -35,3 +35,6 @@ "directories": { | ||
"@types/node": "^17.0.25" | ||
}, | ||
"bin": { | ||
"concat-lua": "./lib/index.js" | ||
} | ||
} |
@@ -7,3 +7,12 @@ # Concat | ||
```bash | ||
OutputPath | ||
Usage: concat-lua [options] | ||
concats lua files | ||
Options: | ||
-V, --version output the version number | ||
-o, --output set where to output | ||
-b, --doBlock do block files (default: true) | ||
-c, --comments add comments (default: true) | ||
-h, --help display help for command | ||
``` | ||
@@ -10,0 +19,0 @@ |
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
// Dependencies | ||
@@ -2,0 +4,0 @@ import * as fs from "fs" |
Sorry, the diff of this file is not supported yet
17063
263
22