Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitlangton/yooleroobee
A command line tool to create files for Project Euler problems.
https://github.com/kitlangton/yooleroobee
Last synced: 4 days ago
JSON representation
A command line tool to create files for Project Euler problems.
- Host: GitHub
- URL: https://github.com/kitlangton/yooleroobee
- Owner: kitlangton
- License: mit
- Created: 2015-01-05T21:15:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T01:39:36.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T08:44:37.993Z (26 days ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this 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