https://github.com/saadpasta/node-cli-mart
https://github.com/saadpasta/node-cli-mart
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saadpasta/node-cli-mart
- Owner: saadpasta
- Created: 2020-12-17T13:53:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T13:54:47.000Z (almost 5 years ago)
- Last Synced: 2025-02-23T15:46:06.160Z (8 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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`