https://github.com/andrejewski/libro
JavaScript Helper Library
https://github.com/andrejewski/libro
Last synced: 9 months ago
JSON representation
JavaScript Helper Library
- Host: GitHub
- URL: https://github.com/andrejewski/libro
- Owner: andrejewski
- Created: 2013-09-07T15:29:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-07T02:19:09.000Z (over 12 years ago)
- Last Synced: 2025-04-05T00:02:38.783Z (10 months ago)
- Language: CoffeeScript
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
libro
=====
Libro is a different kind of library for JavaScript helpers. Not every one of these helpers will (or should) be used in the same application or environment. Some are specifically for Node.js or the browser. Most however can be used across standard JavaScript environments and carry no other dependencies making them very modular. You can make these functions yourself, but I hate rewriting things.
Modules in the browser are prefixed with "CA" to avoid naming conflicts and there is no global namespace pollution in any of these modules. Not all of these functions have been tested in production, so do not jump to the conclusion that any error is automatically your fault. Please patch and fork with me.
All of these modules are written in CoffeeScript. The JavaScript is not the prettiest, but it is compiled and included in the `lib/` directory. This library, I believe, can also be a learning resource. I have made many comments pretaining to the goals of a certain module or its functions. It was certainly good practice for me anyways.
I plan to keep expanding this library as I find more and more small modules not worthy of their own package or repositiory, yet important enough to make into a module for the sake of code reuse.