Socket
Socket
Sign inDemoInstall

chfe

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chfe

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


Version published
Maintainers
1
Created
Source

🔄 chfe - Change Files Extensions

npm Node.js License

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. Whether you're migrating to a different file format or organizing your files, chfe automates the renaming process, saving you time and effort.

Features

  • 🔄 Change file extensions in a specified folder
  • 🚀 Batch rename multiple files at once
  • 🌟 Simple and intuitive command-line interface
  • ⚡️ Built-in file management with Node.js
  • 🔄 Easily convert file formats with ease

Installation

To install chfe, simply run the following command:

npm install -g chfe

Usage Examples

Change file extensions in the "source" folder from .js to .mjs

chfe -f source -ce js -ne mjs

Display help and options

chfe -h

Options

  • -h, --help: Display help and usage instructions.
  • -f, --folder <folder>: Specify the folder name to change file extensions.
  • -ce, --current-extension <current_extension>: Specify the current file extension.
  • -ne, --new-extension <new_extension>: Specify the new file extension.

License

This project is licensed under the ISC License. See the LICENSE file for details.

Keywords

FAQs

Package last updated on 13 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc