Go to file
Kuba Orlik 94f82ea82d Add some style 2023-12-10 16:27:18 +01:00
public Add some style 2023-12-10 16:27:18 +01:00
src Add support prompt 2023-12-10 16:23:20 +01:00
.arcconfig Stworzenie module-starter. 2021-10-20 08:42:05 +02:00
.arclint Stworzenie module-starter. 2021-10-20 08:42:05 +02:00
.eslintrc.js Stworzenie module-starter. 2021-10-20 08:42:05 +02:00
.gitignore Add some style 2023-12-10 16:27:18 +01:00
.mocharc.js updated to reflect the testing infrastructure changes from sealgen 2023-04-14 17:53:23 +02:00
.npmignore Add .npmignore so ./@types are included in in npm package 2022-01-21 22:26:31 +01:00
.nycrc updated to reflect the testing infrastructure changes from sealgen 2023-04-14 17:53:23 +02:00
.prettierrc Stworzenie module-starter. 2021-10-20 08:42:05 +02:00
README.md Add startup info 2023-12-10 16:16:53 +01:00
captain-definition Dep fix 2023-12-10 15:37:18 +01:00
jenkins.sanity.sh Stworzenie module-starter. 2021-10-20 08:42:05 +02:00
package-lock.json Dep fix 2023-12-10 15:36:46 +01:00
package.json Change port back to 80 2023-12-10 16:16:45 +01:00
tsconfig.json Working cli and browser versions 2023-12-10 15:15:13 +01:00

README.md

Mbank mt940 converter

Uruchamianie

npm install
npm start

Testowanie

Wygeneruj raz plik mt940 oraz csv za ten sam okres, i wykonaj:

node . convert < tests/real_csv.csv > tests/new.txt && diff --side-by-side --color tests/real_mt940.txt tests/new.txt