Pouf is a cli program to produce fake datas.
zsh
cargo install pouf
Latest with source :
clone the projet and install it with :
zsh
cargo install --path .
zsh
$ pouf address.country --lang en
Congo
zsh
$ pouf address.city --lang en
Carter burgh
zsh
$ pouf address.country --lang en
Wunsch Vista
zsh
$ pouf administrative.healthinsurrancecode --lang fr
1 85 02 974 777 624 88
zsh
$ pouf http.code
412 Precondition Failed
```zsh $ pouf internet.color
```
zsh
$ pouf internet.mail -l en
adriel_quia@hotmail.com
zsh
$ pouf internet.mail // if locales is "fr_FR.UTF-8"
karim_qui@orange.fr
zsh
$ pouf filesystem.mimetype
application/vnd.xacml+json
zsh
$ pouf filesystem.semver
filesystem.semver
zsh
$ pouf finance.bic
RSJECUA1x0hf8NV2FDvN5m8MFV
zsh
$ pouf people.name
Axel Sipes
zsh
$ pouf time.time
21:45:53
You can launch n time like this :
zsh
$ pouf finance.bic -n 5
TLNINTG1361
HJGOCSK1
VUKIBZB1
RJCIAZV1177
TVGOSIC1
On zsh :
Add this on your ~/.zshrc :
zsh
fpath=("dir_of/_pouf" "${fpath[@]}")
before :
zsh
autoload -Uz compinit && compinit
zsh
cargo publish --no-verify