0.0
No commit activity in last 3 years
No release in over 3 years
An API and command line tool for querying Project Euler and creating folders and tests for working on each problem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0
>= 0

Runtime

>= 0
 Project Readme

Yooleroobee

DEPRECATED DUE TO STUPID NAME BASED OFF OF INCORRECT PRONOUNCIATION OF EULER. PLEASE VISIT https://github.com/sudokill/eulerplate

Good luck!

Installation

$ gem install yooleroobee

Usage

To create a folder in the present working directory just type:

$ yooleroobee new PROBLEM_NUMBER

for Problem 8, you will get a new directory:

  • 8-largest-product-in-a-series

And two files in that directory:

  • largest_product_in_a_series.rb
  • largest_product_in_a_series_spec.rb

The spec file will come with a pending RSpec test requiring the ruby file.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/yooleroobee/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request