https://github.com/alexwayfer/rack_console_toys
Toys template for Rack console.
https://github.com/alexwayfer/rack_console_toys
Last synced: about 1 year ago
JSON representation
Toys template for Rack console.
- Host: GitHub
- URL: https://github.com/alexwayfer/rack_console_toys
- Owner: AlexWayfer
- License: mit
- Created: 2020-06-12T20:29:03.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T14:00:42.000Z (about 1 year ago)
- Last Synced: 2025-04-09T22:09:12.670Z (about 1 year ago)
- Language: Ruby
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Rack Console Toys
[](https://rubygems.org/gems/rack_console_toys)
[](https://cirrus-ci.com/github/AlexWayfer/rack_console_toys)
[](https://codecov.io/gh/AlexWayfer/rack_console_toys)
[](https://codeclimate.com/github/AlexWayfer/rack_console_toys)
[](https://depfu.com/repos/github/AlexWayfer/rack_console_toys)
[](https://inch-ci.org/github/AlexWayfer/rack_console_toys)
[](LICENSE.txt)
Toys template for [Rack](https://github.com/rack/rack) [console](https://github.com/davidcelis/rack-console).
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'rack_console_toys'
```
And then execute:
```shell
bundle install
```
Or install it yourself as:
```shell
gem install rack_console_toys
```
## Usage
```ruby
require 'rack_console_toys'
expand RackConsoleToys::Template
```
## Development
After checking out the repo, run `bundle install` to install dependencies.
Then, run `toys rspec` to run the tests.
To install this gem onto your local machine, run `toys gem install`.
To release a new version, run `toys gem release %version%`.
See how it works [here](https://github.com/AlexWayfer/gem_toys#release).
## Contributing
Bug reports and pull requests are welcome on [GitHub](https://github.com/AlexWayfer/rack_console_toys).
## License
The gem is available as open source under the terms of the
[MIT License](https://opensource.org/licenses/MIT).