- Finaly the code is cleaned! The core at least
- Anyone can now add feature as he/she plz
- Now use pnpm instead of npm
src/
classes/
Csv.ts
Command.ts
...
cmds/
help.ts
sumup.ts
..
data/
goodies_names.json
commands.ts
index.ts
pnpm install
pnpm build
pnpm start <csv_path>
Type help when the program has started
git clone https://github.com/BDE-LLD/sumup_report
cd sumup_report
docker build -t sumup_report .
cd {WORK_DIR}
docker run -it -v $PWD:/tmp/file sumup_report /tmp/file/{WORK_FILE}.csv
better goodies command get details about one item support multiple csv files at once