README.md
#Kronicle 6
[![Join the chat at https://gitter.im/Prodigious-Aim-Solutions/Kronicle6](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Prodigious-Aim-Solutions/Kronicle6?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
A port to ES6 of the Kronicle SPA framework
[ ![Codeship Status for Prodigious-Aim-Solutions/Kronicle6](https://codeship.com/projects/96048080-9e92-0132-dcc5-1633992bbc91/status?branch=master)](https://codeship.com/projects/64882)
[![Code Climate](https://codeclimate.com/github/Prodigious-Aim-Solutions/Kronicle6/badges/gpa.svg)](https://codeclimate.com/github/Prodigious-Aim-Solutions/Kronicle6)
##Overview
A port of Kronicle SPA framework to ES6 as well as a rewrite of the main framework.
Using http://addyosmani.com/largescalejavascript/ as inspiration.
###High level goals:
- Modular Design
- Everything is a module, loaded by the core
- Event Driven
- Uses a pubsub pattern to communicate between moudles
- Facade to present consistent simple API