Get typescript to do some basic stock take stuff
- clone the repo
- run
npm install
from the directory to install dependencies. - Update any data files if you want
To test using the tape test suite, run npm run test
To run the codebase, you can call npm run start
from the driectory.
It will ask for an input, where you can paste or type a product sku.
It will output the original stock as well as the updated stock.