Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ksafranski/coltjs
- Owner: ksafranski
- License: mit
- Created: 2013-02-02T01:46:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-06T05:13:29.000Z (about 11 years ago)
- Last Synced: 2024-11-11T11:43:24.477Z (3 days ago)
- Language: JavaScript
- Homepage: http://www.coltjs.com
- Size: 1.23 MB
- Stars: 60
- Watchers: 6
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)**