mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-21 11:18:08 +00:00
- Create mountable engine with isolated namespace - Configure Pundit authorization - Set up gemspec with dependencies - Configure generators for test_unit with fixtures
29 lines
454 B
Markdown
29 lines
454 B
Markdown
# BreakEscape
|
|
Short description and motivation.
|
|
|
|
## Usage
|
|
How to use my plugin.
|
|
|
|
## Installation
|
|
Add this line to your application's Gemfile:
|
|
|
|
```ruby
|
|
gem "break_escape"
|
|
```
|
|
|
|
And then execute:
|
|
```bash
|
|
$ bundle
|
|
```
|
|
|
|
Or install it yourself as:
|
|
```bash
|
|
$ gem install break_escape
|
|
```
|
|
|
|
## Contributing
|
|
Contribution directions go here.
|
|
|
|
## License
|
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|