@golemio/validator v0.3.5
Golemio Validator Library
Library of Validator classes of the Golemio Data Platform System.
Developed by http://operatorict.cz
Prerequisites
- node.js (https://nodejs.org)
- yarn (https://yarnpkg.com)
- TypeScript (https://www.typescriptlang.org/)
Installation
Install Node
Install all npm modules using command:
yarn installCompilation of typescript code
To compile typescript code into js one-time
npm run buildor run this, to watch all changes
npm run build-watchfrom 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 --saveThen 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
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago