uupaa.minify.js
Version:
JavaScript source code minifier.
36 lines (23 loc) • 994 B
Markdown
# Minify.js [](http://travis-ci.org/uupaa/Minify.js)
[](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...`