https://github.com/devl/roman-numerals-elixir
An implementation of the roman numerals kata in Elixir
https://github.com/devl/roman-numerals-elixir
Last synced: about 1 year ago
JSON representation
An implementation of the roman numerals kata in Elixir
- Host: GitHub
- URL: https://github.com/devl/roman-numerals-elixir
- Owner: DevL
- License: mit
- Created: 2014-08-24T09:06:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T09:08:32.000Z (almost 12 years ago)
- Last Synced: 2023-03-24T12:21:04.561Z (over 3 years ago)
- Language: Elixir
- Size: 121 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
RomanNumerals
=============
An implementation of the Roman Numerals kata in Elixir inspired by [Corey Haines' approach](http://blog.coreyhaines.com/2012/12/roman-numerals-kata-with-commentary.html).
## Running the tests
Run `mix test`. If you have ruby installed you can also use the included Guardfile together with the [guard-elixir](https://github.com/webcoyote/guard-elixir) plugin to have the tests run automatically when changing the tests or the implementation. I've included a Gemfile so that you can install the guard-elixir gem by running `bundle install`.
## License
This project is licensed under the terms of the MIT license.