Skip to content

BDE-LLD/sumup_report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sumup report

pnpm npm node tsc

NEW!

  • 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

Quick start

pnpm install
pnpm build
pnpm start <csv_path>

Type help when the program has started

Docker run

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

Todo

better goodies command get details about one item support multiple csv files at once

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published