arguiot / EyeJS

A JavaScript testing framework for the real world

Home Page:https://eye.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EyeJS

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


A JavaScript testing framework for the real world
By the way, you can ⭐️ the project to support it 😊

GitHub release Build Status Github All Releases npm License

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).

$ npm install -g eye.js

Run EyeJS

EyeJS comes with a CLI:

$ eye

The full docs can be found here

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:

49qzWTyu4awZFpnVRUZHCQE8xz1bcoRkCQh1nrRsTHg3if6osQqVXRoFAyGYvhDR4pZ4w8WTKQDykYy5Z2Sj6i9TAj2fiBr

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Made something using the EyeJS?

Add the built with EyeJS badge to your README.md

Built with EyeJS

Feel free to send me an email at arguiot@gmail.com, and I might add your site to an examples section I'm currently working on.

Examples of projects using EyeJS

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Arthur Guiot - Initial work - @arguiot

Also look at the list of 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 file for details

Copyright © 2017 Arthur Guiot All Rights Reserved.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Arthur Guiot

💻

Rex Tsou

🎨

This project follows the all-contributors specification. Contributions of any kind welcome!

About

A JavaScript testing framework for the real world

https://eye.js.org

License:MIT License


Languages

Language:JavaScript 97.7%Language:HTML 2.3%