/modjs

JavaScript Workflow Tooling For HTML5

Primary LanguageJavaScript

mod

NPM version Build Status

Mod is a task-based workflow tooling for web, it help developers quickly build robust and high-performance HTML5 applications.

Installation

Mod is installed using NPM(Node Package Manager)

$ npm install modjs -g

Website

Why another one?

  • Focus on the workflow of web development
  • Built-in tasks
  • More simplicity plugin mechanism
  • Configuration less(even zero), do more

Tutorials

Documents

Quick Build Demo

IDE Support

Simple Examples

Features

  • Build with html
  • Task-based workflow
  • Source minify: JS, CSS, HTML
  • Source linting: JS, CSS
  • Modular JS for the web: AMD, CMD(will support CommonJS soon)
  • CSS @import file combination
  • Source stripping, automatically remove debugging code
  • Basic operation: cat, rm, mv, mkdir, cp, rev, tar
  • File watcher, trigger custom tasks when file change
  • Live Browser Reloads, instantly see changes in your browser
  • Image Optimization, reduce JPEG, PNG file sizes
  • Project boilerplate generate
  • Built-in Web Server
  • Extensible, easily write plugins
  • Works on most platforms: Windows, Linux, Mac OS X, Unix...

Preview

screenshot

Platform Support

Mod support Windows, OS X, Linux.

Issue Submission

Submit a new issue.

About

Mod is an open-source project by Tencent which builds on top of Node.js. We utilize a number of useful open-source solutions including:

  • UglifyJS
  • JSHint
  • CleanCSS
  • CSSLint
  • HTMLMinifiler
  • RequireJS
  • SeaJS
  • OptiPNG
  • JPEGtran

Used by people within (JOIN US)

qqfind qqconnect

License

Mod is released under a MIT license.