HTML5 Zone is brought to you in partnership with:

Hirvesh Munogee is a freelance web developer who also happens to have a passion for blogging. Hirvesh is a DZone MVB and is not an employee of DZone and has posted 167 posts at DZone. You can read more from them at their website. View Full User Profile

Mout - A Modular Utility-Belt JavaScript Library For The Browser & Node.js

01.12.2013
| 1026 views |
  • submit to reddit

Mout is a modular utility-belt JavaScript library,  similar to the popular Underscore. js for use in the browser (as an AMD modules) or with Node.js (with no overhead). The purpose of Mout is to provide many helpers methods for various common programming tasks, such as those found in other programming languages like Python, Ruby and PHP.

Mout has a simple build system, while providing a consistent and clean API for the various methods provided.  It also normalizes behavior across browsers, hence you can consider it as a cross-browser standard JavaScript library.

All the code found in Mout is library agnostic.  It does not have any other dependencies. Mout is meant to be used alongside libraries such as jQuery, Dojo, etc. Mout provides helpers methods for array, collection, number, object, query string, string, time manipulation as well as many other methods.

The Mout documentation is very extensive, which should make use of the library quite easy.  The main goals of Mout are to increase code reuse, easy debugging, easy maintenance and modularity.

Requirements: None
Demo: http:/ / moutjs. com/
License: MIT License

Published at DZone with permission of Hirvesh Munogee, author and DZone MVB. (source)

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)