1.1.4 • Published 4 years ago
cli-parse-inputs-tool v1.1.4
CLI Parse Inputs
A CLI tool to parse local files
🧑🏻💻 How to Run This Application
- Install the package:
npm install cli-parse-inputs-tool
- Make sure you are running Node 12 or higher.
- Run the tool:
parse
This command will run a script that reads the files saved in the data
directory and sorts their contents.
You should see the parsed and sorted results printed to your terminal.
The output should match this expected output.
✅ How to Run Tests
- Clone this repo.
- Install dependencies with
npm install
. - Run tests with the command
npm test
.
Possible Iterations
- Allow user to pass in a chosen file directory as an argument on the command line using a tool like yargs.
- Make this into an interactive tool by prompting the user for things like source directory by using a tool like inquirer.