saadpasta / node-cli-mart

3 stars 1 forks source link

SuperMarket Node Js CLI

Clone the repo by running the following command

git clone https://github.com/saadpasta/node-cli-mart.git

Setup

Run the following commands to run the cli.

npm install

npm link



Start Application/Cli

Start application in interactive mode

To Start application in interactive mode with file name run the following commad.

supermart inventory.csv


Start Application in Automated Mode

To start application in automated mode run the following command.

supermart inventory.csv commands.txt


Tests

To run tests run the following commad.

npm run test