microjs/microjs.com

Is my library okay for microjs?

franciscop opened this issue · 1 comments

I love the project and I've been inspired by many of the hosted libraries here, so I created a jquery alternative:

Umbrella JS

It is under the required size (it's 2kb), however I think it's not completely within the guideliness of the project when it states this:

A micro-framework does one thing and one thing only — and does it well. No cruft, no featuritis, no feature creep, no excess anywhere.

It would qualify IMO (I don't manage this list). There are things that don't belong (e.g. Backbone), but yours is a single-purpose library - abstracting the DOM (AJAX utilities could be counted in a sense).