0.3.5 • Published 3 days ago

@golemio/validator v0.3.5

Weekly downloads
139
License
MIT
Repository
gitlab
Last release
3 days ago

Golemio Validator Library

Library of Validator classes of the Golemio Data Platform System.

Developed by http://operatorict.cz

Prerequisites

Installation

Install Node

Install all npm modules using command:

yarn install

Compilation of typescript code

To compile typescript code into js one-time

npm run build

or run this, to watch all changes

npm run build-watch

from the application's root directory.

Usage

In your project's package.json set dependency to Validator

npm install @golemio/validator --save

or

yarn add @golemio/validator --save

Then import module, e.g.

import { Validator } from "@golemio/validator";

Logging

Logging uses Winston for standard logging with levels and debug (https://www.npmjs.com/package/debug) for debugging.

All logs with silly and debug level are printed as standard log (if appropriate log level is set) using Winston as well as using debug module with "golemio:validator" settings.

You can set both LOG_LEVEL and DEBUG settings in ENV variables.

Documentation

For generating documentation run yarn run generate-docs. TypeDoc source code documentation is located in docs/typedoc.

Contribution guidelines

Please read CONTRIBUTING.md.

Troubleshooting

Contact benak@operatorict.cz or vycpalek@operatorict.cz

0.3.5

3 days ago

0.3.4

4 months ago

0.3.3-dev.893900163

11 months ago

0.3.4-dev.899449288

11 months ago

0.3.3-dev.899447022

11 months ago

0.3.3-rc.899352605

11 months ago

0.3.3

11 months ago

0.3.3-rc.899361832

11 months ago

0.3.3-rc.899442437

11 months ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.5

1 year ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.0

4 years ago

0.0.5

4 years ago

0.0.4

5 years ago

0.0.3

5 years ago