make-dir-range-cli
Advanced tools
+1
-1
@@ -42,2 +42,2 @@ #!/usr/bin/env node | ||
| makeDirRange(input[0], cli.flags) | ||
| makeDirRange(input[0], cli.flags); |
+3
-3
| { | ||
| "name": "make-dir-range-cli", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "Make directories from ranges of integers.", | ||
@@ -9,3 +9,3 @@ "bin": { | ||
| "engines": { | ||
| "node": ">=4" | ||
| "node": ">=8" | ||
| }, | ||
@@ -48,5 +48,5 @@ "scripts": { | ||
| "dependencies": { | ||
| "make-dir-range": "^1.0.0", | ||
| "make-dir-range": "^1.0.2", | ||
| "meow": "^5.0.0" | ||
| } | ||
| } |
+12
-2
| # make-dir-range-cli | ||
| [](https://www.npmjs.com/package/make-dir-range-cli) | ||
| Make directories from ranges of integers. | ||
@@ -40,3 +42,3 @@ | ||
| With options: | ||
| ### With options: | ||
@@ -56,4 +58,10 @@ ``` | ||
| Create a shell alias: | ||
| ## Command Line/Shell Alias | ||
| ### Windows | ||
| Follow the instructions on [this Stack Overflow answer](https://stackoverflow.com/a/21040825/8268314) to set up an alias on Windows. | ||
| ### UNIX | ||
| ``` | ||
@@ -66,2 +74,4 @@ alias mdr=make-dir-range | ||
| - [make-dir-range](https://github.com/hutsoninc/make-dir-range) - API for this module | ||
| - [copy-to-range-cli](https://github.com/hutsoninc/copy-to-range-cli) - Copy a file to a range of directories | ||
| - [move-to-range-cli](https://github.com/hutsoninc/move-to-range-cli) - Move files to corresponding directories given a range | ||
@@ -68,0 +78,0 @@ ## Authors |
4679
14.77%81
14.08%Updated