MCPcopy Index your code
hub / github.com/PabloVallejo/gillie

github.com/PabloVallejo/gillie @v0.2.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.2.1 ↗ · + Follow
97 symbols 221 edges 13 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
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="https://github.com/PabloVallejo/gillie/raw/v0.2.1/js/jquery.js"></script>
<script src="https://github.com/PabloVallejo/gillie/raw/v0.2.1/js/gillie.js"></script>
<script src="https://github.com/PabloVallejo/gillie/raw/v0.2.1/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.

Core symbols most depended-on inside this repo

x
called by 50
examples/js/jquery.js
$
called by 19
examples/js/jquery.js
Ft
called by 14
examples/js/jquery.js
r
called by 11
examples/js/jquery.js
ut
called by 10
examples/js/jquery.js
a
called by 10
examples/js/jquery.js
ct
called by 9
examples/js/jquery.js
vt
called by 7
examples/js/jquery.js

Shape

Function 97

Languages

TypeScript100%

Modules by API surface

examples/js/jquery.js78 symbols
gillie.min.js7 symbols
gillie.js6 symbols
examples/js/gillie.js5 symbols
tests/events.js1 symbols

For agents

$ claude mcp add gillie \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page