2.2.0 • Published 4 years ago

@hellosoda/idcheck v2.2.0

Weekly downloads
45
License
ISC
Repository
-
Last release
4 years ago

IDCheck

Development Prerequisites

  • Node: v10.15.0
  • NPM: ~v6.4.1

Development

  1. Run npm install to get the required dependencies.
  2. Run npm run-script serve to build the sdk which will output a /dist folder.
  3. Run http-server within the output /dist folder. Must have npm install http-server -g

Security

  1. npm audit

Quality

  1. npm install
  2. npm run-script lint

Test

  1. docker-compose -f CI/docker-compose.yml up -d
  2. npm install
  3. npm run-script build
  4. npm run-script unit-test
  5. npm run-script integration-test

Build

  1. npm run-script build

Deployment

Deployment is handled via the CI/CD pipeline. You only have to use npm cli to change the version and commit/push your changes. The CI/CD pipeline will publish the latest version of the package to NPM.

  1. npm version patch/minor/major
  2. git push origin master push changes to package.json after bumping version
  3. git push origin <tag_name> replace tag_name with tag created by the first step
2.2.0

4 years ago

2.1.0

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

2.0.0-rc.11

5 years ago

2.0.0-rc.10

5 years ago

2.0.0-rc.9

5 years ago

2.0.0-rc.8

5 years ago

2.0.0-rc.7

5 years ago

2.0.0-rc.6

5 years ago

2.0.0-rc.5

5 years ago

2.0.0-rc.4

5 years ago

2.0.0-rc.2

5 years ago

2.0.0-rc.1

5 years ago

2.0.0-rc1

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago