1.0.0 • Published 1 year ago

manofthemooon-clitool v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

CLI Tool

A simple CLI tool written in JavaScript for creating and reading files.

Installation

You can install this package globally using npm:

npm install -g your-cli-tool-package-name

Usage

Once installed, you can use the CLI tool with the following commands:

Create a new file

your-cli-tool-command -c filename.txt

This command will create a new file with the specified name.

Read a file

your-cli-tool-command -r filename.txt

This command will read and display the contents of the specified file.

Example

To create a new file named "test.txt", you can run:

your-cli-tool-command -c test.txt

To read the contents of "test.txt", you can run:

your-cli-tool-command -r test.txt

License

This project is licensed under the MIT License - see the LICENSE file for details.