All Projects → tiagoporto → Gerador Validador Cpf

tiagoporto / Gerador Validador Cpf

Licence: mit
Biblioteca JS open-source para gerar e validar CPF.

Programming Languages

typescript
32286 projects
js
455 projects

Projects that are alternatives of or similar to Gerador Validador Cpf

Rando Php
RandoPhp is a open source library that implements random generators (Integer, Char, Byte, Sequences, Boolean) and take random sample from arrays
Stars: ✭ 107 (-65.71%)
Mutual labels:  hacktoberfest, library, package, generator
Angular Open Source Starter
This is a starter project for creating open-source libraries for Angular. It is a full fledged Angular workspace with demo application and easy library addition. It is designed to be used for open-sourcing libraries on Github and has everything you'd need ready for CI, code coverage, SSR testing, StackBlitz demo deployment and more.
Stars: ✭ 120 (-61.54%)
Mutual labels:  hacktoberfest, open-source, library
Svgwave
🌊 SVG Wave is a tiny, free and beautiful SVG gradient waves generator for your UI or website desgin. It offers dead simple UI to customize, and style your waves based on your theme specifications.
Stars: ✭ 255 (-18.27%)
Mutual labels:  hacktoberfest, generator
Openlibrary
One webpage for every book ever published!
Stars: ✭ 3,311 (+961.22%)
Mutual labels:  hacktoberfest, open-source
Online
Collabora Online is a collaborative online office suite based on LibreOffice technology. This is also the source for the Collabora Office apps for iOS and Android.
Stars: ✭ 278 (-10.9%)
Mutual labels:  hacktoberfest, open-source
Zds Site
Cœur du projet technique de Zeste de Savoir
Stars: ✭ 236 (-24.36%)
Mutual labels:  hacktoberfest, open-source
laravel-username-generator
Automatically generate usernames for Laravel User Model
Stars: ✭ 37 (-88.14%)
Mutual labels:  package, generator
Fvid
fvid is a project that aims to encode any file as a video using 1-bit color images to survive compression algorithms for data retrieval.
Stars: ✭ 276 (-11.54%)
Mutual labels:  hacktoberfest, open-source
Laravel Craftsman
Laravel Craftsman CLI for easily crafting Laravel assets for any project (artisan make on steroids)
Stars: ✭ 227 (-27.24%)
Mutual labels:  hacktoberfest, generator
Length.js
📏 JavaScript library for length units conversion.
Stars: ✭ 292 (-6.41%)
Mutual labels:  open-source, library
Client Generator
Generate React or Vue.js-based Progressive Web Apps from an Hydra-enabled API. Also support React Native.
Stars: ✭ 286 (-8.33%)
Mutual labels:  hacktoberfest, generator
Pysolfc
A comprehensive, feature-rich, open source, and portable, collection of Solitaire games.
Stars: ✭ 293 (-6.09%)
Mutual labels:  hacktoberfest, open-source
Yii2 Apidoc
Yii 2 apidoc extension.
Stars: ✭ 236 (-24.36%)
Mutual labels:  hacktoberfest, generator
Doc2pen
An open source project aimed at making your student life easier!
Stars: ✭ 226 (-27.56%)
Mutual labels:  hacktoberfest, open-source
Ngx Smart Modal
Modal/Dialog component crafted for Angular
Stars: ✭ 256 (-17.95%)
Mutual labels:  hacktoberfest, library
Server
☁️ Nextcloud server, a safe home for all your data
Stars: ✭ 17,723 (+5580.45%)
Mutual labels:  hacktoberfest, open-source
Yii2 Migration
Yii 2 Migration Creator And Updater
Stars: ✭ 262 (-16.03%)
Mutual labels:  hacktoberfest, generator
Social
🎉 Social can be used for work, or to connect to the fediverse!
Stars: ✭ 302 (-3.21%)
Mutual labels:  hacktoberfest, open-source
Go
The most flexible Gutenberg-first WordPress theme built for go-getters everywhere.
Stars: ✭ 218 (-30.13%)
Mutual labels:  hacktoberfest, open-source
Github Profilinator
🚀 This tool contains mini GUI components that you can hook together to automatically generate markdown code for a perfect readme.
Stars: ✭ 225 (-27.88%)
Mutual labels:  hacktoberfest, generator

Gerador e Validador de CPF Open Source Love

CURTIU ? Deixe um : 😞

Release npm type definitions install size bundle size License

Cobertura

Build Status Coverage Status Mutation testing cover

Estatísticas

Downloads

Dependencies Status devDependencies Status

Biblioteca JS open-source para gerar e validar CPF.

A ferramenta pode ser acessada em tiagoporto.github.io/gerador-validador-cpf.

Leia em outros idiomas: English, Português(Brasil)

Índice

Instalação

npm install gerador-validador-cpf --save

Gerando CPF

import { generate } from 'gerador-validador-cpf'

generate() // Gera um CPF no formato 00000000000
generate({ format: true }) // Gera um CPF no formato 000.000.000-00

Validando CPF

import { validate } from 'gerador-validador-cpf'

validate('12345678900')
// ou
validate('123.456.789-00')

Obs. os caracteres ., - e espaço, são ignorados na validação.

Contribuição

Veja como contribuir.

Doações

Donate Donate

Licença

Gerador e validador de CPF está sob os termos da licença MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].