Utils library for Brazilian-specific businesses.
Build Status Coverage Status Known Vulnerabilities Maintainability Downloads per month License: MIT
Table of Contents
Brazilian Utils is a library focused on solving problems that we face daily in the development of applications for the Brazilian business.
Using Brazilian Utils is quite simple and you can use it in some ways:
as npm package:
npm install --save @brazilian-utils/brazilian-utils
with yarn package manager:
yarn add @brazilian-utils/brazilian-utils
or <script> tag (global brazilianUtils):
<script src="https://unpkg.com/@brazilian-utils/brazilian-utils/dist/brazilian-utils.cjs.production.min.js"></script>
To use one of our utilities you just need to import the required function as in the example below:
import { isValidCpf } from '@brazilian-utils/brazilian-utils'; isValidCpf('1232454233345'); // false
You can check a list of utilities by clicking here.
Our "thank you" goes to these wonderful people (emoji key):
Hyan Mandian
π» π π€
Lucas Veloso
π» π π€
Andreo Vieira
π» π π€ π§
Matheus Almeida
π» π
Fernando Rogelin
π» π
rodineijf
π» π
Emerson Laurentino
π» π
Leonardo Dutra
π» π
Victor MagalhΓ£es
π» π§
Amauri Dias
π» π§
Felipe F. Diogo
π»
Alan Raso
π»
Felipe Fetter
π
Rafael Franco
π» π
This project follows the all-contributors specification. Contributions of any kind are welcome!