Skip to content

aris-fm/justice-js-common-utils

 
 

Repository files navigation

Justice JS Common Utils

Overview

Justice JS Common Utils

High Level Features

Common Javascript utilities for Justice Platform, including:

  • Input Validation
  • Service Error Translator

And fully containerized development

Information About the Common Utility Functions

Each library has it's own README.md on it's folder under /src/lib. e.g for input-validation, the README is in /src/lib/input-validation/README.md

Development Quick Start

run make build, to build the project run make run, to run a test watch and start development

Usage Quick Start

run npm install justice-js-common-utils --registry=https://nexus.accelbyte.net/repository/npm-group/ to install in your project

Build Requirements

  • Docker with support for Linux containers
  • GNU Make
  • Internet connection

Development Requirements

  • See Build Requirements
  • Docker Compose
  • IDE (we like WebStorm)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.1%
  • JavaScript 4.4%
  • Other 0.5%