1.0.0 • Published 3 years ago

dd-connector-commons v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

dd-connector-commons

Ownership

Team: Direct Debit

Slack Channel: #p-direct-debit

Slack Mentions: @direct-debit-devs

Conventions

File Name

We prefer hyphens (kebab-case) this-file-name vs underscores (snake_case) this_file_name

Development

Prerequisite

  • VSCode
  • Node LTS

Start development environment

  • Install dependencies
npm install
  • Build the package
npm run build

Testing

Prerequisite

  • Node LTS

Run the test

npm run test