Commit Inicial.

This commit is contained in:
Leandro Costa 2022-02-01 17:09:16 -03:00
parent 337d192710
commit 5d307207d9
3 changed files with 44 additions and 22 deletions

View file

@ -1,29 +1,14 @@
# README #
This README would normally document whatever steps are necessary to get your application up and running.
Biblioteca com funções para formatação de dados.
### What is this repository for? ###
### Exemplos
* Quick summary
* Version
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
```js
import { formatarCep } from 'lhmask';
### How do I get set up? ###
console.log(formatarCep('12345000'));
* Summary of set up
* Configuration
* Dependencies
* Database configuration
* How to run tests
* Deployment instructions
// logs: 12.345-000
### Contribution guidelines ###
* Writing tests
* Code review
* Other guidelines
### Who do I talk to? ###
* Repo owner or admin
* Other community or team contact
```