af-helpers
v1.7.1
Published
The js-helpers provides different helpers which enable to wrap functions and run chain functions. This library is thinked to help and bump down time of development of apps, and it is supported.
Downloads
6
Maintainers
Readme
af-helpers
The af-helpers provides different helpers which enable to wrap functions and run chain functions. This library is thinked to help and bump down time of development of apps, and it is supported. Where you go you can use it. For both, browser and node.js environments.
GETTING STARTED:
npm i af-helpers
then:var af-helpers = require('af-helpers')
DOC:
Everything you need to know about the helpers you find HERE. Something is missing? Open an issue right now... DOCUMENTATION
IT WORKS?
Yes. But you always can clone the repository and run the tests to know.git clone https://github.com/maviniciuus/af-helpers.git
then, inside project folder:npm run test
WHO SHOULD USE:
Recommended for those who are starting up and for those who want to use ready hacks. Save time by keeping a micro library. We'll take care of it.
DEPENDENDENCIES:
- moment - For handling dates.
- cpf_cnpj - To generate, format and validate CPF / CNPJ.
- numero-por-extenso - To write numbers in full.
LICENSE:
Developed by Marcus Vinícius Mendes Gonçalves, during research and study of systems development with javascript.