Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "fs-rename", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "npm cli package to rename files and folders", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/caki0915/my-awesome-greeter.git" | ||
"url": "git+https://github.com/iZemil/fs-rename" | ||
}, | ||
@@ -28,0 +28,0 @@ "keywords": [ |
@@ -8,3 +8,3 @@ # fs-rename | ||
- `fs-rename --to=kebab` change file and folder names to kebab case: | ||
- `fs-rename --to=snake ignore="node_modules,tests"` names to snake case and ignore 2 dirs | ||
- `fs-rename --to=snake --ignore="node_modules,tests"` names to snake case and ignore 2 dirs | ||
@@ -11,0 +11,0 @@ ## Options |
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
5917