0.0.1 • Published 3 years ago

mzinsights-backend-utils v0.0.1

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

MZ Insights Backend Utils

This repository serves for all the shared backend utils for MZ Insights Backend projects.

Included Utils

Helpers

  • DateTimeHelper - Parses and formats dates

Services

  • SlackService - Used to send messages to slack
  • XmlSerializerService - Serializes json <-> xml

CI/CD

This project is using CircleCI.

Once a PR is merged, a new package version will be deployed into NPM.

How to contribute?

  1. Create a branch to make your changes
  2. Once your changes are ready, you need to do:
    1. Run the following command: npm run codestyle
    2. Bump the version: npm version (major|minor|patch...)
  3. Push your changes
  4. Open a PR and ask for review :)

TODOs / Improvements

  • NONE

Version History

  • 1.0.0 - First release with: DateTimeHelper, XmlSerializerService and SlackService (new version using Slack Api's)