Compare commits
2 Commits
7f6781b0b0
...
be1af69319
Author | SHA1 | Date | |
---|---|---|---|
be1af69319 | |||
2e86066cbf |
@ -1,5 +1,12 @@
|
||||
# Mbank mt940 converter
|
||||
|
||||
## Uruchamianie
|
||||
|
||||
```
|
||||
npm install
|
||||
npm start
|
||||
```
|
||||
|
||||
## Testowanie
|
||||
|
||||
Wygeneruj raz plik mt940 oraz csv za ten sam okres, i wykonaj:
|
||||
|
@ -12,7 +12,7 @@
|
||||
"coverage": "npm run clean-coverage && nyc mocha",
|
||||
"test-reports": "npm run clean-coverage && nyc --reporter clover mocha --reporter xunit --reporter-option output=.xunit",
|
||||
"coverage-html": "npm run test-reports && nyc report --reporter lcov && xdg-open coverage/lcov-report/index.html",
|
||||
"start": "http-server public -p 80"
|
||||
"start": "http-server public -p 8080"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
Loading…
Reference in New Issue
Block a user