https://github.com/oborba/docsbr
A elixir cli to generate valid Br Documents
https://github.com/oborba/docsbr
cli elixir
Last synced: over 1 year ago
JSON representation
A elixir cli to generate valid Br Documents
- Host: GitHub
- URL: https://github.com/oborba/docsbr
- Owner: oborba
- License: mit
- Created: 2016-05-27T23:07:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T21:26:26.000Z (over 5 years ago)
- Last Synced: 2025-01-08T10:49:05.160Z (over 1 year ago)
- Topics: cli, elixir
- Language: Elixir
- Size: 5.82 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docsbr
A cli to create valid Br documents for development purpose :
* Cpf
* Cnpj
## Dependencies
The unique dependency to run the CLI is Erlang VM installed on your machine.
In order to contribute with development, you will need install Elixir.
To install Elixir and Erlang, see http://elixir-lang.org/install.html
## Usage
```$ ./docsbr --doc ```
### Examples
```
$ ./docsbr --doc cpf
45438706204
$ ./docsbr --doc cnpj
85260336075235
```