Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bukinoshita/gerador-estado-civil
Gerador brasileiro de Estado Civil
https://github.com/bukinoshita/gerador-estado-civil
brasil brasileiro civil dados estado gerador
Last synced: 8 days ago
JSON representation
Gerador brasileiro de Estado Civil
- Host: GitHub
- URL: https://github.com/bukinoshita/gerador-estado-civil
- Owner: bukinoshita
- License: mit
- Created: 2020-01-21T15:56:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T05:36:02.000Z (almost 2 years ago)
- Last Synced: 2024-11-29T18:12:09.267Z (24 days ago)
- Topics: brasil, brasileiro, civil, dados, estado, gerador
- Language: TypeScript
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# gerador-estado-civil [![Build Status](https://travis-ci.org/bukinoshita/gerador-estado-civil.svg?branch=master)](https://travis-ci.org/bukinoshita/gerador-estado-civil)
> Gerador brasileiro de Estado Civil
## Install
```
$ yarn add gerador-estado-civil
```## Usage
```ts
import { geradorEstadoCivil } from 'gerador-estado-civil'geradorEstadoCivil()
// ~> Casado
```## API
### geradorEstadoCivil()
Returns a `string` ([ESTADO_CIVIL](source/types/estado-civil.enum.ts)).
## Related
- [gerador](https://github.com/bukinoshita/gerador) — Gerador de dados brasileiros
- [gerador-nome](https://github.com/bukinoshita/gerador-nome) — Gerador brasileiro de nomes
- [gerador-sexo](https://github.com/bukinoshita/gerador-sexo) — Gerador brasileiro de Sexo da pessoa## License
MIT © [Bu Kinoshita](https://bukinoshita.com)