Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A Python CLI tool for generating fake data and exporting it to JSON files.

<p align="center" width="100%">
<img width="50%"src="assets/forger.png" />
</p>

## Overview

Forger helps you generate realistic test data using the Faker library. It's perfect for developers who need to quickly create test datasets for their applications.
Expand Down Expand Up @@ -55,16 +59,6 @@ forger generate-users --count 3 --locale fr_FR --output french_users.json
3. Install dependencies: `poetry install`
4. Run tests: `poetry run pytest`

### Adding Dependencies

```bash
# Production dependency
poetry add package-name

# Development dependency
poetry add --group dev package-name
```

## Contributing

1. Fork the repository
Expand All @@ -76,7 +70,3 @@ poetry add --group dev package-name
## License

Apache 2.0 License - see [LICENSE](LICENSE) for details.

## Support

Open an issue in the GitHub repository for questions or problems.
Binary file added assets/forger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "forger"
version = "0.0.1"
version = "0.1.0"
description = "Generate Fake Data anda export to JSON files"
authors = [
{name = "weyderfs",email = "weyderfs@gmail.com"}
Expand Down