cjpatoilo / jscompile

Compile, optimize and compress anything to JS.

Home Page:https://npmjs.com/jscompile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSCompile

Compile, optimize and compress anything to JS.

Travis Status AppVeyor Status Codacy Status Dependencies Status Version Status Download Status Gitter Chat

Why it's awesome

No spend several hours setting configuration files. JSCompile will compile, optimize and compress anything to JS. Set folder name where the source code is located and we'll take care of the rest for you. Just it!

NOTE: For now only works with ES2017.

Getting Started

Install with npm

$ npm install jscompile

Install with Yarn

$ yarn add jscompile

Run with npx (without installing)

$ npx install jscompile

Usage

$ jscompile src dist

NOTE: Only the folder name is required.

CLI

$ jscompile --help

  Usage:

    $ jscompile <input> [<output>] [<options>]

  Options:

    -h, --help              Display help information
    -v, --version           Output version

  Examples:

    $ jscompile src
    $ jscompile src dist

Contributing

Want to contribute? Follow these recommendations.

License

Designed with by CJ Patoilo. Licensed under the MIT License.

About

Compile, optimize and compress anything to JS.

https://npmjs.com/jscompile

License:MIT License


Languages

Language:JavaScript 100.0%