UNPKG

@doodad-js/minifiers

Version:
55 lines (42 loc) 1.87 kB
"@doodad-js" Minifiers (alpha). [![NPM Version][npm-image]][npm-url] <<<< PLEASE UPGRADE TO THE LATEST VERSION AS OFTEN AS POSSIBLE >>>> ## Installation ```bash $ npm install @doodad-js/minifiers ``` ## Features - Minifies Javascript (alpha, could be enhanced). - Implemented as streams. - Allows directives in source files (built-in and custom ones). - Allows variables. - Should support ES6/ES7 syntax as well as <= ES5 (to be validated). ## Example Please install "@doodad-js/make" and browse its source code. ## Other available packages - **@doodad-js/core**: Object-oriented programming framework (release) - **@doodad-js/cluster**: Cluster manager (alpha) - **@doodad-js/dates**: Dates formatting (beta) - **@doodad-js/http**: Http server (alpha) - **@doodad-js/http_jsonrpc**: JSON-RPC over http server (alpha) - **@doodad-js/io**: I/O module (alpha) - **@doodad-js/ipc**: IPC/RPC server (alpha) - **@doodad-js/json**: JSON parser (alpha) - **@doodad-js/loader**: Scripts loader (beta) - **@doodad-js/locale**: Locales (beta) - **@doodad-js/make**: Make tools for doodad (alpha) - **@doodad-js/mime**: Mime types (beta) - **@doodad-js/minifiers**: Javascript minifier used by doodad (alpha) - **@doodad-js/safeeval**: SafeEval (beta) - **@doodad-js/server**: Servers base module (alpha) - **@doodad-js/templates**: HTML page templates (alpha) - **@doodad-js/terminal**: Terminal (alpha) - **@doodad-js/test**: Test application - **@doodad-js/unicode**: Unicode Tools (beta) - **@doodad-js/widgets**: Widgets base module (alpha) - **@doodad-js/xml**: XML Parser (beta) ## License [Apache-2.0][license-url] [npm-image]: https://img.shields.io/npm/v/@doodad-js/minifiers.svg [npm-url]: https://npmjs.org/package/@doodad-js/minifiers [license-url]: http://opensource.org/licenses/Apache-2.0