SkillAgentSearch skills...

Gillie

Javascript Microframework inspired in BackboneJS

Install / Use

/learn @PabloVallejo/Gillie
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Gillie - JavaScript MicroFramework

Build Status

Gillie is a JavaScript micro-framework that lets you easily structure your app using models, views and handlers. Gillie takes things from Backbone, jQuery and Underscore, it is very easy to set up and it's only dependency is jQuery.

Quick start

Include jQuery, Gillie and your app scripts.


<script src="js/jquery.js"></script>
<script src="js/gillie.js"></script>
<script src="js/yourapp.js"></script>

Documentation

Library documentation and examples can be found in the project page

Contributing

Pull requests are highly appreciated. Feel free to report a bug, typo, enhancement or a feature you may want Gillie to have.

Related Skills

View on GitHub
GitHub Stars136
CategoryDevelopment
Updated2mo ago
Forks16

Languages

JavaScript

Security Score

95/100

Audited on Jan 26, 2026

No findings