Skip to content

Commit

Permalink
docs: change main description and ask for support [skip ci] (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
omermorad authored Dec 9, 2023
1 parent c15f249 commit 6a8ccc7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
<h1 align="center">Automock</h1>

<p align="center">
<strong>Automock elevates unit testing by auto-generating mocks for class dependencies and creating a virtual DI container,
ensuring faster execution and a consistent test suite structure. Compatible with various DI and testing
frameworks, it allows developers to focus on crafting better test cases, moving away from manual mock setup and
towards a better testing experience.</strong>
<strong>Automock optimizes the unit testing process within dependency injection frameworks by providing a virtual, isolated environment and automated mock
generation, enabling developers to create efficient test suites and enhance their overall testing experience.</strong>
</p>

[![npm downloads](https://img.shields.io/npm/dm/@automock/jest.svg?label=%40automock%2Fjest)](https://npmjs.org/package/@automock/jest "View this project on npm")
Expand All @@ -18,6 +16,12 @@ towards a better testing experience.</strong>

[↗️ Documentation](https://automock.dev/docs) &nbsp;&nbsp; [↗️ API Reference](https://automock.dev/api-reference)

<p>
<strong>If you find Automock useful, we would be grateful if you could give us a star 🤩</strong><br />
Every star we receive is greatly appreciated and makes a meaningful impact on our self-funded project.
It's a valuable contribution that helps us grow and improve. Thanks a lot for your support! 🌟
</p>

## Core Features

🚀 **Zero-Setup Mocking** - Automatically generate mock objects, eliminate manual setup, reduce boilerplate code.
Expand All @@ -31,8 +35,6 @@ read and maintain.

🌐 **Community & Support** - Join a growing community of developers.

<br />

## Quick Example

Take a look at the following example (using Jest, but the same applies for Sinon):
Expand Down

0 comments on commit 6a8ccc7

Please sign in to comment.