1.1.4 • Published 4 years ago

cli-parse-inputs-tool v1.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

CLI Parse Inputs

A CLI tool to parse local files

🧑🏻‍💻 How to Run This Application

  1. Install the package: npm install cli-parse-inputs-tool
  2. Make sure you are running Node 12 or higher.
  3. 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

  1. Clone this repo.
  2. Install dependencies with npm install.
  3. 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.
1.1.1

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago