Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/georgewpark/simple-js-compiler

A simple JavaScript compiler using npm scripts.
https://github.com/georgewpark/simple-js-compiler

babel compiler javascript minification npm-scripts obfuscation uglify-js

Last synced: about 2 months ago
JSON representation

A simple JavaScript compiler using npm scripts.

Awesome Lists containing this project

README

        

# Simple JS Compiler
A simple JavaScript compiler using npm scripts.

## Installation
First run `npm install` to install dependencies.

Then run `npm start` to start compiler and watch files.

## License
This project is licensed under the MIT License - see the [license.md](license.md) file for details.