ColtJS is a simple framework allowing for easy deployment of JavaScript Application using asynchronous module definition. It's only dependency is RequireJS and it builds off simple principles of a centralized router loading modules only when requested to produce an efficient, easy-to-manage application structure.
If you're looking for a quick starting point check out the ColtJS Boilerplate, there are also resources and documentation on the ColtJS Website.
ColtJS also has a Bower package which can be installed with the following command:
bower install coltjs
Colt is released under the MIT License and is free for use, modification and redistribution under those terms.
For more information and documentation please visit the ColtJS Website