Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ksafranski/coltjs

Simple, efficient, modular JavaScript framework
https://github.com/ksafranski/coltjs

Last synced: 3 days ago
JSON representation

Simple, efficient, modular JavaScript framework

Awesome Lists containing this project

README

        

# ColtJS Module Framework

---

ColtJS is a simple framework allowing for easy deployment of JavaScript Application using asynchronous module definition. It's only dependency is [RequireJS](http://www.requirejs.org)
and it builds off simple principles of a centralized router loading modules only when requested to produce an efficient, easy-to-manage application structure.

### Getting Started

If you're looking for a quick starting point check out the [ColtJS Boilerplate](https://github.com/Fluidbyte/ColtJS/tree/boilerplate), there are also resources and documentation
on the [ColtJS Website](http://www.coltjs.com).

ColtJS also has a Bower package which can be installed with the following command:

```
bower install coltjs
```

### License

Colt is released under the [MIT License](http://opensource.org/licenses/MIT) and is free for use, modification and redistribution under those terms.

---

**For more information and documentation please visit the [ColtJS Website](http://www.coltjs.com)**