make-dir-range-cli
Advanced tools
+3
-2
@@ -0,1 +1,2 @@ | ||
| #!/usr/bin/env node | ||
| 'use strict'; | ||
@@ -7,3 +8,3 @@ const meow = require('meow'); | ||
| Usage | ||
| $ make-dir-range <int>-<int> | ||
| $ make-dir-range <int>-<int> | ||
| Options | ||
@@ -35,3 +36,3 @@ --destination, -d Destination for dirs | ||
| const input = cli.input; | ||
| const input = cli.input[0]; | ||
@@ -38,0 +39,0 @@ if (input.length === 0) { |
+8
-2
| { | ||
| "name": "make-dir-range-cli", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Make directories from ranges of integers.", | ||
| "bin": { | ||
| "make-dir-range": "cli.js" | ||
| "make-dir-range": "cli.js" | ||
| }, | ||
| "engines": { | ||
| "node": ">=4" | ||
| }, | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "files": [ | ||
| "cli.js" | ||
| ], | ||
| "keywords": [ | ||
@@ -12,0 +18,0 @@ "mkdir", |
3171
3.05%37
2.78%