Name Last Update
..
array Loading commit data...
collection Loading commit data...
date Loading commit data...
doc Loading commit data...
function Loading commit data...
lang Loading commit data...
math Loading commit data...
number Loading commit data...
object Loading commit data...
queryString Loading commit data...
random Loading commit data...
src Loading commit data...
string Loading commit data...
time Loading commit data...
.editorconfig Loading commit data...
.jshintrc Loading commit data...
.npmignore Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.md Loading commit data...
README.md Loading commit data...
array.js Loading commit data...
collection.js Loading commit data...
date.js Loading commit data...
function.js Loading commit data...
index.js Loading commit data...
lang.js Loading commit data...
math.js Loading commit data...
number.js Loading commit data...
object.js Loading commit data...
package.json Loading commit data...
queryString.js Loading commit data...
random.js Loading commit data...
string.js Loading commit data...
time.js Loading commit data...

mout

http://moutjs.com/

Build Status Downloads Version

All code is library agnostic and consist mostly of helper methods that aren't directly related with the DOM, the purpose of this library isn't to replace Dojo, jQuery, YUI, Mootools, etc, but to provide modular solutions for common problems that aren't solved by most of them. Consider it as a crossbrowser JavaScript standard library.

Main goals

  • increase code reuse;
  • be clear (code should be clean/readable);
  • be easy to debug;
  • be easy to maintain;
  • follow best practices;
  • follow standards when possible;
  • don't convert JavaScript into another language!
  • be compatible with other frameworks;
  • be modular;
  • have unit tests for all modules;
  • work on multiple environments (IE7+, modern browsers, node.js);

What shouldn't be here

  • UI components;
  • CSS selector engine;
  • Event system - pub/sub;
  • Template engine;
  • Anything that isn't generic enough to be on a standard library;
  • Anything that could be a separate library and/or isn't a modular utility...

API Documentation

Online documentation can be found at http://moutjs.com/ or inside the doc folder.

FAQ / Wiki / IRC

For more info about project structure, design decisions, tips, how to contribute, build system, etc, please check the project wiki.

We also have an IRC channel #moutjs on irc.freenode.net

License

Released under the MIT License.