Sha256: cee7d840de900b91ca341a27b5e43d9fe9a3c8a8e621f7a0616b426a85ac30f5

Contents?: true

Size: 1.5 KB

Versions: 7

Compression:

Stored size: 1.5 KB

Contents

# Project Euler CLI

This is a command line interface for browsing the problems archived by Project Euler.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'project_euler_cli'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install project_euler_cli

## Usage

Main Menu:
  - List recent problems (r)
  - List archived problems (l)
  - Search problems (s)
  - Exit program (x)

Page Menu:
  - View problem 314 (314)
  - Next page (n)
  - Previous page (p)
  - Go to page 4 (g4)
  - Exit to main menu (x)

Problem Menu:
  - Back to current page (b)
  - Exit to main menu (x)

Search Menu:
  - View problem 217 (217)
  - Back to search results (b)
  - Search again (s)
  - Exit to main menu (x)

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ecssiah/project_euler_cli.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
project_euler_cli-1.3.0 README.md
project_euler_cli-1.2.0 README.md
project_euler_cli-1.1.3 README.md
project_euler_cli-1.1.2 README.md
project_euler_cli-1.1.1 README.md
project_euler_cli-1.1.0 README.md
project_euler_cli-1.0.1 README.md