morphet

1.1.0 • Public • Published

MORPHET

morphet

Introduction

Morphet is a Node.js command-line interface (CLI) tool designed to simplify file & directory manipulation tasks. With this tool, you can perform various file operations, such as creating, copying, moving, deleting, searching and even opening files using the default application associated with their file type as well as create and delete directories.

Features

File Features

  • Create an empty file of any type
  • Write in an empty file/ Overwrite a file
  • Read the content of a file
  • Copy files from one location to another.
  • Move files between folders or directories.
  • Delete files from the file system.
  • Open files using the default application.
  • Search if file exists
  • List files in a directory

Directory Features

  • Create directory
  • Delete directory

Requirements

  • Node.js installed on your machine.

Installation Guide

Morphet can be installed via npm or cloning the GitHub repo

GitHub

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Install dependencies using the following command:
npm install

NPM

Install the dependency via npm registery with the following command:

npm i -g Morphet

Usage

To use the CLI tool, open your terminal and navigate to the project directory. The CLI provides the following commands:

  1. Create File(s):
morph create <file...> 
  1. Write in File(s):
morph write <file>
  1. Open a file using the default application:
morph open <file>
  1. Copy a file:
morph copy <source> <destination>
  1. Move a file:
morph move <filePath> <destinationPath>
  1. Delete File(s):
morph del <file...>
  1. Search for File(s):
morph lookup <file...>
  1. Read a File:
morph read <file>
  1. List File(s):
morph list <folder Path>
  1. Create Directory(s):
morph dir <Directory Path(s)>
  1. Delete Directory(s):
morph deldir <Directory Path(s)>

Conclusion

By utilizing this CLI Tool, you can simplify file & directory handling and optimize the performance of your web applications.

Feel free to explore and customize this tool based on your specific requirements. If you encounter any issues or have suggestions for improvement, please feel free to contribute or report them on the GitHub repository.

Readme

Keywords

none

Package Sidebar

Install

npm i morphet

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

16.6 kB

Total Files

17

Last publish

Collaborators

  • oliviaoputa