Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
airstruck committed Jul 17, 2015
1 parent fb5855a commit e666abf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Knife

A collection of useful micro-modules for Lua.

* [knife.base](readme/system.md) - A base class for class-based OOP.
* [knife.event](readme/event.md) - Dispatch and handle events.
* [knife.memoize](readme/memoize.md) - A memoization function.
* [knife.system](readme/system.md) - An entity component system.
* [knife.test](readme/test.md) - A fixture-free test framework.


Each module is self-contained, with no dependencies.

[![Build Status](https://travis-ci.org/airstruck/knife.svg)](https://travis-ci.org/airstruck/knife) [![Coverage Status](https://coveralls.io/repos/airstruck/knife/badge.svg)](https://coveralls.io/r/airstruck/knife)

0 comments on commit e666abf

Please sign in to comment.