microjs/microjs.com

An alternative for collection of small modules.

surunzi opened this issue · 1 comments

Eris is a project aimed at collecting small javaScript functions, modules or classes.

Instead of being a list of links, it's a repo containing actual js codes with rules of no duplication , full documentation, test required and single file only. Dependencies is also supported with a tool that scans your file to bundle what you really need into a single util.js file.

Since this project is no longer active, in my view, this might be an alternative for people who prefer to use small libs instead of big ones.

Tool Repo: https://github.com/liriliri/eustia
Module Repo: https://github.com/liriliri/eris

Cool project!