Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hyperjumptech/js-urai

Reformat minified JavaScript code
https://github.com/hyperjumptech/js-urai

javascript reformat unminify

Last synced: 2 months ago
JSON representation

Reformat minified JavaScript code

Awesome Lists containing this project

README

        

[![Node.js CI](https://github.com/hyperjumptech/js-urai/workflows/Node.js%20CI/badge.svg)](https://github.com/hyperjumptech/js-urai/actions)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# js-urai

This tool reformats minified JavaScript code.

**WARNING**: This will rewrite your existing files. Back up accordingly!

Usage:
```
npx @hyperjumptech/js-urai
```

Example:
```
npx @hyperjumptech/js-urai "**/*.js"
```