https://github.com/kikito/middleclass-commons
Interface between middleclass and Class-Commons
https://github.com/kikito/middleclass-commons
Last synced: 6 months ago
JSON representation
Interface between middleclass and Class-Commons
- Host: GitHub
- URL: https://github.com/kikito/middleclass-commons
- Owner: kikito
- License: mit
- Created: 2011-10-25T20:58:37.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-12-30T22:45:46.000Z (almost 12 years ago)
- Last Synced: 2025-04-23T12:59:03.757Z (6 months ago)
- Language: Lua
- Homepage:
- Size: 107 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
== middleclass-commons
This is a small middleclass plug-in that makes it possible to use middleclass with Class-Commons (https://github.com/bartbes/Class-Commons)
In order to make middleclass compliant with Class-Common's specs, you must download and install middleclass-commons right after you do the same with middleclass:
require 'middleclass'
require 'middleclass-commons'And then you are good to go.
== tests
The tests are stored on a git submodule. Use the following commands to get them
git submodule init
git submodule updateThen launch the tests like this:
lua tests/tests.lua middleclass_test
That should do it.