@tenfold/validator
v1.0.0-alpha.103
Published
Validation utilities for Tenfold projects
Downloads
88
Readme
Tenfold Validator
This repo contains helper validation functions. For documentation on the functions exposed here, please refer to their individual files
Developing
- Clone the repo
git clone [email protected]:tenfold/libraries.git
cd ./libraries
yarn install
The source files can be found on the packages/validator/src
folder, and the tests can be found on the test
folder. Make sure to add tests for all your changes. Also, make sure to create a branch from master
to develop your changes.
To run the tests you can simply use the command yarn test
. Once you're done with your changes, send a pull request to master and get reviews.
Generating a tag
See instructions here
Resources
The exposed http client uses axios underneath. You can find axios documentation https://github.com/axios/axios. For the metrics part, the framework used is statsd. You can find more details about statsd https://www.npmjs.com/package/node-statsd.