1.0.1 • Published 5 years ago

@benningfield-group/bgi-mailer v1.0.1

Weekly downloads
2
License
MIT
Repository
bitbucket
Last release
5 years ago

README

What is this repository for?

  • A npm package for sending emails via SendGrid.

How do I make changes to the package?

Running Tests

  • The command npm test runs the jasmine test suite once.
  • The commmand npm run test:watch runs the jasmine test suite in watch mode.
  • While in watch mode, the tests rerun if an update to the code is detected.

Contribution guidelines

  • Please write tests for new services before writing the service.
  • All tests must pass before changes are merged into develop or master.
  • All changes must be code reviewed by another developer.
  • All changes must go through quality assurance.
  • Release candidates must go through user acceptance testing.