mout

Modular JavaScript Utilities

Github星跟踪图

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.

主要指标

概览
名称与所有者mout/mout
主编程语言JavaScript
编程语言JavaScript (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2013-01-10 06:16:40
推送于2023-10-25 06:18:07
最后一次提交2022-09-20 02:42:29
发布数21
最新版本名称v1.2.4 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数1.3k
关注者数40
派生数118
提交数786
已启用问题?
问题数124
打开的问题数17
拉请求数107
打开的拉请求数3
关闭的拉请求数50
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?