[![Build Status](https://cloud.drone.io/api/badges/epicurus-tech/epicurus/status.svg)](https://cloud.drone.io/epicurus-tech/epicurus)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/7b9cc20ce0cb41a9b999e8361039b38a)](https://www.codacy.com/gh/epicurus-tech/epicurus/dashboard?utm_source=github.com&utm_medium=referral&utm_content=epicurus-tech/epicurus&utm_campaign=Badge_Grade)
[![License](https://camo.githubusercontent.com/64c92e2865462c1dfd107dca47b1aa1c381f9e92/68747470733a2f2f62616467656e2e6e65742f62616467652f6c6963656e73652f4d49542f626c7565)](https://github.com/jtlimo/epicurus/blob/master/LICENSE)
[![Slack](https://camo.githubusercontent.com/c1aef5b0b12552cf3f276956fde7874d6ed769ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736c61636b2d636861742d627269676874677265656e2e7376673f6c6f676f3d736c61636b)](https://join.slack.com/t/epicurus-workspace/shared_invite/zt-f32x72lj-TN3HaIlxjDy9YtWQsP9yEg)

[![Epicurus Logo](https://github.com/jtlimo/epicurus/blob/main/epicurus-logo.jpeg)](https://github.com/jtlimo/epicurus/blob/main/epicurus-logo.jpeg)

# Epicurus

Epicurus is a tool that returns modified files based on diff commits.

## Prerequisites

Before you begin, ensure you have met the following requirements:

- You have installed node 14.4.0

## Installing epicurus

To install epicurus, follow these steps:

Linux and macOS:

```bash
npm install -D epicurus
```

## Using epicurus

You could use epicurus to compose another commands, e.g.

```bash
npx stryker run -m ($epicurus)
```

## Contributing to epicurus

To contribute to epicurus, follow the [contributing steps]:

[contributing steps]: https://github.com/jtlimo/epicurus/blob/master/CONTRIBUTING.md

Alternatively see the Github documentation on [creating a pull request](https://www.notion.so/Getting-Started-00191f447d7f4e1fb0b29dd7022a0936#e4ab5acc6fde4916850215c3985792b9)

You can use GitHub cli to quickly create a pull request.
See how to install [github cli](https://github.com/cli/cli).

## Contributors

Thanks to the following people who have contributed to this project:

- @jtlimo 📖🐛👩🏻‍💻

This project follows the [all-contributors](https://allcontributors.org/) specification. Contributions of any kind are welcome!

## License

This project uses the following license: [MIT](https://github.com/jtlimo/epicurus/blob/master/LICENSE).
