/obedience-core

Obedience Core

Primary LanguageJavaScriptMIT LicenseMIT

Welcome to Obedience!

Obedience is a workflow framework aimed at structuring the javascript code into wrappers, called Behaviors.

A single web page with javascript may have a ton of interactive features to offer to the user.
Obedience gives the developer a solution of grouping the features and storing them in a clean and maintainable fashion.

The current version is fully functional, but is not documented properly.

Testing

Tests are build in Jasmine and run on Jessie. In order to run them, install jessie via npm:

npm install jessie

In order to run tests, you need to have jsdom >= 0.2.0 installed.

Copyright

Copyright © 2011 Marcin Bunsch. See LICENSE for details.