@brazilian-utils/brazilian-utils
v2.3.0
Published
Brazilian Utils is a library focused on solving problems that we face daily in the development of applications for the Brazilian business.
Downloads
91,365
Readme
Table of Contents
Getting Started
Brazilian Utils is a library focused on solving problems that we face daily in the development of applications for the Brazilian business.
Installation
Using Brazilian Utils is quite simple and you can use it in some ways:
as npm package:
npm install --save @brazilian-utils/brazilian-utilswith yarn package manager:
yarn add @brazilian-utils/brazilian-utilsor <script> tag (global brazilianUtils):
<script src="https://unpkg.com/@brazilian-utils/brazilian-utils/dist/brazilian-utils.cjs.production.min.js"></script>Usage
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"); // falseYou can check a list of utilities by clicking here.
Development
This repository uses Vite+ as the local toolchain.
Requirements:
- Node.js
^20.19.0 || >=22.12.0 vpinstalled and available in your shell
Common commands:
vp install
vp check
vp test
vp run buildRelease notes are published through GitHub Releases.
Contributors
Our "thank you" goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind are welcome!
