copy-command
v1.0.0
Published
A simple file copy command using Node.js
Downloads
4
Readme
Copy Command
A simple custom CLI command that copies the contents of one file to another using Node.js.
Features
- Reads content from a source file.
- Appends the content to a destination file.
- Provides error handling for missing or invalid paths.
Prerequisites
Make sure you have Node.js installed on your system.
Installation
Clone or download this repository to your local machine.
Navigate to the project directory in your terminal.
Run the following command to install the
copy
command globally on your system:npm install -g .