From 65cb3b58ef4d8e3d1eff7aeeb6ac26fa88e0fd5d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 23:05:28 +0000 Subject: [PATCH 1/4] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11140a6..98c037f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

EyeJS

-[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

@@ -83,6 +83,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d +

Arthur Guiot

💻

Pav Sidhu

🖋
From 4bff3d484cc6f387962ecbf39ede2f6a25665433 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 23:05:29 +0000 Subject: [PATCH 2/4] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index c3bf17b..fdb8d35 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -13,6 +13,15 @@ "contributions": [ "code" ] + }, + { + "login": "pavsidhu", + "name": "Pav Sidhu", + "avatar_url": "https://avatars1.githubusercontent.com/u/4911505?v=4", + "profile": "https://pavsidhu.com", + "contributions": [ + "content" + ] } ], "contributorsPerLine": 7, From c4329d392c91c6a9deba6912f4453f36582944c9 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sat, 18 Jan 2020 23:05:35 +0000 Subject: [PATCH 3/4] Restyled by prettier-markdown --- README.md | 46 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 35 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 98c037f..b300c7d 100644 --- a/README.md +++ b/README.md @@ -22,26 +22,39 @@ A JavaScript testing framework for the real world ## Getting Started -To use EyeJS, you'll need to download EyeJS via NPM, and create a `__test__` folder in your project folder, and put tests files in it. (NPM might require `sudo` on Mac). +To use EyeJS, you'll need to download EyeJS via NPM, and create a `__test__` +folder in your project folder, and put tests files in it. (NPM might require +`sudo` on Mac). + ```bash $ npm install -g eye.js ``` + ## Run EyeJS + EyeJS comes with a CLI: + ```bash $ eye ``` + ## The full docs can be found [here](https://github.com/arguiot/EyeJS/wiki) ## Support -EyeJS is a project that required a lot of work and effort. You can show your appreciation by leaving a ⭐️. But you can also contribute in a 'financial' way by giving some XMRs (if you have no idea of what this is, look for Monero on Google) at this address: + +EyeJS is a project that required a lot of work and effort. You can show your +appreciation by leaving a ⭐️. But you can also contribute in a 'financial' way +by giving some XMRs (if you have no idea of what this is, look for Monero on +Google) at this address: + ```bash 49qzWTyu4awZFpnVRUZHCQE8xz1bcoRkCQh1nrRsTHg3if6osQqVXRoFAyGYvhDR4pZ4w8WTKQDykYy5Z2Sj6i9TAj2fiBr ``` ## Contributing -Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. +Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on our code of +conduct, and the process for submitting pull requests to us. #### Made something using the EyeJS? @@ -49,33 +62,41 @@ Add the built with EyeJS badge to your `README.md` [![Built with EyeJS](https://img.shields.io/badge/Built%20with-EyeJS-blue.svg)](https://img.shields.io/badge/Built%20with-EyeJS-blue.svg) - -Feel free to send me an email at [arguiot@gmail.com](mailto:arguiot@gmail.com), and I might add your site to an examples section I'm currently working on. +Feel free to send me an email at [arguiot@gmail.com](mailto:arguiot@gmail.com), +and I might add your site to an examples section I'm currently working on. ## Examples of projects using EyeJS + - [DisplayJS](https://display.js.org) - [Glottologist](https://glottologist.js.org) - [CrypTools Org](https://cryptools.github.io) ## Versioning -We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/arguiot/EyeJS/tags). +We use [SemVer](http://semver.org/) for versioning. For the versions available, +see the [tags on this repository](https://github.com/arguiot/EyeJS/tags). ## Authors -- **Arthur Guiot** - *Initial work* - [@arguiot](https://github.com/arguiot) +- **Arthur Guiot** - _Initial work_ - [@arguiot](https://github.com/arguiot) -Also look at the list of [contributors](https://github.com/arguiot/EyeJS/contributors) who participated in this project. If you don't code but you have great ideas, don't hesitate to write your idea in the issue part. If your idea is accepted, I will add you to this list 😊. +Also look at the list of +[contributors](https://github.com/arguiot/EyeJS/contributors) who participated +in this project. If you don't code but you have great ideas, don't hesitate to +write your idea in the issue part. If your idea is accepted, I will add you to +this list 😊. ## License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file +for details Copyright © 2017 Arthur Guiot All Rights Reserved. ## Contributors ✨ -Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): +Thanks goes to these wonderful people +([emoji key](https://allcontributors.org/docs/en/emoji-key)): @@ -89,6 +110,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d + -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the +[all-contributors](https://github.com/all-contributors/all-contributors) +specification. Contributions of any kind welcome! From 979b93bea2ec57e943f15dd1cedd6191fc59ea6c Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sat, 18 Jan 2020 23:05:36 +0000 Subject: [PATCH 4/4] Restyled by whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b300c7d..a444149 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A JavaScript testing framework for the real world By the way, you can ⭐️ the project to support it 😊

- + [![GitHub release](https://img.shields.io/github/release/arguiot/EyeJS.svg)](https://github.com/arguiot/EyeJS/releases) [![Build Status](https://travis-ci.org/arguiot/EyeJS.svg?branch=master)](https://travis-ci.org/arguiot/EyeJS) [![Github All Releases](https://img.shields.io/github/downloads/arguiot/EyeJS/total.svg)](https://github.com/arguiot/EyeJS/)