1.0.17 • Published 10 months ago

cm-libs-iso8583 v1.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Common Library ISO8583

Getting Started

This repository serve as a common library ISO8583.

How to setup environment?

  1. Clone this repository.

  2. Change directory to the repository.

  3. Install package dependencies.

    npm install

How to run unit-test?

  1. Write test cases in a *.test.ts file under the same folder with the actual module file. For example, module file src/iso-base.ts, unit-test file src/iso-base.test.ts.

  2. Run unit-test command.

    • To run single module unit-test.

      npm run test-this src/iso-base.test.ts
    • To run all unit-test.

      npm run test

How to debug?

Please use unit-test method for debugging.

  1. Set breakpoint on the source code by pressing F9 key.

  2. Run unit-test command with debugging.

    npm run debug-this src/iso-base.test.ts
  3. Start debugging by pressing F5 key.

How to release version?

Write commit message that contains keyword

  • run-release to publish patch version.
  • run-prerelease to publish prerelease version.
1.0.17

10 months ago

1.0.16

11 months ago

1.0.15

12 months ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.11

1 year ago

1.0.11-rc.0

1 year ago

1.0.12

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.10

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago