Advanced Search
Search Results
6 total results found
readme.md for @fin.cx/mt940parser
A parser to process and extract statements from MT940 format files. Install To install the @fin.cx/mt940parser package, you can use npm or yarn. Here is the command to install via npm: npm install @fin.cx/mt940parser Alternatively, if you are using yarn: yarn...
readme.md for @push.rocks/beautyfiglet
A Node.js module that facilitates the creation of ASCII art using figlet with customizable fonts and layouts. Install To install @push.rocks/beautyfiglet, ensure you have Node.js along with npm set up on your machine. Executing the following command in your te...
readme.md for @push.rocks/smartstatus
A TypeScript library for managing HTTP status information, with detailed status classes. Install To install @push.rocks/smartstatus, use npm (or yarn, or pnpm) by running the following command in your terminal: npm install @push.rocks/smartstatus --save Ensur...
changelog.md for @fin.cx/mt940parser
2024-07-06 - 1.1.0 - feat(core) Added new afterburner logic for specific bank reference Ensured proper accountId formatting for statements with referenceNumber 'BUNQ BV' Added support for parsing MT940 files from buffers and strings Enhanced testing suite wit...
changelog.md for @push.rocks/beautyfiglet
2025-01-14 - 1.0.11 - fix(test) Fix incorrect argument passed to renderDefault in test case Corrected the argument list for renderDefault call in test/test.ts 2025-01-14 - 1.0.10 - fix(test) Add logging for rendered text outputs in test cases Added console....
changelog.md for @push.rocks/smartstatus
2024-12-25 - 1.1.1 - fix(smartstatus) Remove all tslint:disable-next-line comments for max-classes-per-file rule Code cleanup by removing unnecessary tslint comments for disabling max-classes-per-file rule. 2024-12-25 - 1.1.0 - feat(ci) Set up GitHub Actions...