Skip to content

Commit

Permalink
add missing modules to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal authored Oct 31, 2023
1 parent bf3dca3 commit 96614a9
Showing 1 changed file with 26 additions and 18 deletions.
44 changes: 26 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,32 @@ target_link_libraries(main faker-cxx)

## 💎 Modules

- 🌐 Internet - Generate emails, usernames, passwords, images urls
- 🌍 Location - Generate countries, cities, zip codes, street addresses
- 🧑 Person - Generate first, last names, job titles, genders, sex
- 📞 Phone - Generate phone number, IMEI
- 🛒 Commerce - Generate commerce department, product name, sku, price
- 📅 Date - Generate past, future dates
- 🏦 Finance - Generate currency, IBAN, BIC, account name, account number, pin, credit card numbers
- 🏢 Company - Generate company name, type, industry, catch phrase, buzz phrase
- 🔢 Number - Generate random integers, floating point numbers
- ✍ Word - Generate sample words, nouns, verbs etc
- 🎨 Color - Generate color names, rgb, hex
- 📖 Book - Generate book title, genre, author, publisher, ISBN
- 📚 Lorem - Generate lorem words, sentences, paragraphs
- 🔢 String - Generate uuids, alphanumeric, numeric, hexadecimal
- 💻 System - Generate file paths, file extensions, file names, directories, semantic version
- Database - Generate column names, column types, database engines
- 🎶 Music - Generate artists, song names, genres
- 🎥 Movie - Generate actors, actresses, genres, movie titles
- 🐼 Animal - animal types and species
- 📖 Book - book title, genre, author, publisher, ISBN
- 🎨 Color - color names, rgb, hex, hcl
- 🛒 Commerce - commerce department, product name, sku, price
- 🏢 Company - company name, type, industry, catch phrase, buzz phrase
- 💾 Database - column names, column types, database engines
- ℹ️ Datatype - booleans
- 📅 Date - past, future dates
- 🏦 Finance - currency, IBAN, BIC, account name, account number, pin, credit card numbers
- 📁 Git - branch names, commit messages, commit hash
- 👨‍💻 Hacker - hacker words
- ✋ Helper - random element from container
- 🌐 Internet - emails, usernames, passwords, images urls, IP, HTTP
- 🌍 Location - countries, cities, zip codes, street addresses
- 📚 Lorem - lorem words, sentences, paragraphs
- 🏥 Medicine - conditions, medical tests, specialties
- 🎥 Movie - actors, actresses, genres, movie titles
- 🎶 Music - artists, song names, genres
- 🔢 Number - random integers, floating point numbers
- 🧑 Person - first, last names, job titles, hobby, genders, sex, nationalitiy, language
- 📞 Phone - phone number, IMEI
- ⚽ Sport - sport names, athletes, events
- 🔢 String - uuids, alphanumeric, numeric, hexadecimal
- 💻 System - file paths, file extensions, file names, directories, semantic version
- 🎮 Video game - title, genre, platform, studio
- 💬 Word - sample words, nouns, verbs

### 🔨 [TODO Modules](https://github.com/cieslarmichal/faker-cxx/blob/main/TODO.md)

Expand Down

0 comments on commit 96614a9

Please sign in to comment.