Sha256: 4bb7248d59a87ffd387034b9983ea7c3cf7138b1c4cbff5681155a0265f1ccba

Contents?: true

Size: 691 Bytes

Versions: 4

Compression:

Stored size: 691 Bytes

Contents

# NippoCore
This is a daily report system gem for Rails application.  
Mount this system to yours, you can use daily report sharing system.

## Usage

## Installation
Add this line to your application's Gemfile:

```ruby:Gemfile
gem 'nippo_core'
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install nippo_core
```

Then, mount to main system. In `config/routes.rb`
```ruby:config/routes.rb
  # change path where you want to mount
  mount NippoCore::Engine => '/mount_point'
```

## Contributing
Contribution directions go here.

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nippo_core-1.0.1 README.md
nippo_core-1.0.0 README.md
nippo_core-0.3.0 README.md
nippo_core-0.2.0 README.md