An open API service indexing awesome lists of open source software.

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


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

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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`