# Minify.js [![Build Status](https://travis-ci.org/uupaa/Minify.js.png)](http://travis-ci.org/uupaa/Minify.js)

[![npm](https://nodei.co/npm/uupaa.minify.js.png?downloads=true&stars=true)](https://nodei.co/npm/uupaa.minify.js/)

JavaScript source code minifier.

## Document

- [Minify.js wiki](https://github.com/uupaa/Minify.js/wiki/Minify)
- [Development](https://github.com/uupaa/WebModule/wiki/Development)
- [WebModule](https://github.com/uupaa/WebModule)
    - [Slide](http://uupaa.github.io/Slide/slide/WebModule/index.html)
    - [Development](https://github.com/uupaa/WebModule/wiki/Development)

## How to use

1. Install development dependency tools

    ```sh
    $ brew install node
    $ npm install -g plato
    ```

2. Clone Repository and Install

    ```sh
    $ git clone git@github.com:uupaa/Minify.js.git
    $ cd Minify.js
    $ npm install
    ```

3. Minify

    `$ node bin/Minify.js @assert @node @androidjp @windowsphone --keep --simple --output outfile infile...`

