Comparing version 0.1.1 to 0.1.2
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
const fs = require("node:fs"); | ||
@@ -2,0 +4,0 @@ const path = require("node:path"); |
{ | ||
"name": "chfe", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "chfe (Change Files Extensions) is a command-line tool that simplifies the process of changing file extensions within a specified folder. It allows you to quickly and effortlessly update the extensions of multiple files in one go. With chfe, you can easily convert file extensions to match your needs, whether you're migrating to a different file format or simply organizing your files. By providing the folder name, current extension, and new extension as arguments, chfe automates the renaming process, saving you time and effort. Seamlessly integrated with Node.js, chfe is an efficient solution for batch file extension changes.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6304
89