Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
msd class
install by mrbgems
- add conf.gem line to
build_config.rb
MRuby::Build.new do |conf| # ... (snip) ... conf.gem :github => 'pyama86/mruby-msd' end
How to start development
docker-compose
$ rake dev:docker
$ rake clean
$ rake testOSX
$ brew install mysql
$ brew install redis
$ brew services start mysql
$ brew services start redis
$ rake test
License
under the MIT License:
- see LICENSE file