rename-random
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -18,3 +18,3 @@ #!/usr/bin/env node | ||
} | ||
console.log('Renamed complete ' + fileName + ' ==> ' + outputName); | ||
console.log('Renamed ' + fileName + ' to ' + outputName); | ||
}); |
{ | ||
"name": "rename-random", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Simple rename using random string", | ||
"main": "./lib/index.js", | ||
"bin": { | ||
"rrrr": "./bin/cli.js" | ||
}, | ||
"bin": "./bin/cli.js", | ||
"scripts": { | ||
@@ -10,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -5,3 +5,3 @@ rename-random | ||
## Install | ||
## Installation | ||
@@ -11,6 +11,8 @@ ```{bash} | ||
``` | ||
## Author | ||
Kevin Zhao, http://qinshou.me | ||
## Usage | ||
```{bash} | ||
random-rename ./example.json // => Renamed example.json to fhg9h4zOMYkRRXXp.json | ||
``` | ||
## License | ||
MIT | ||
The MIT License (MIT). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2789
16