https://github.com/tegon/macbeth-analyser
https://github.com/tegon/macbeth-analyser
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tegon/macbeth-analyser
- Owner: tegon
- License: mit
- Created: 2016-12-04T13:12:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T19:06:59.000Z (over 9 years ago)
- Last Synced: 2025-03-11T08:51:17.215Z (over 1 year ago)
- Language: Ruby
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macbeth-analyser
## Setup
Clone the repository, then install the dependencies:
```bash
cd macbeth-analyser && bundle install
```
## Test suite
Run the tests with:
```bash
rake test
```
## Runnning
Run the analyser:
```bash
ruby analyser.rb
```