Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hyperjumptech/js-urai
- Owner: hyperjumptech
- License: apache-2.0
- Created: 2020-01-13T01:44:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T15:23:46.000Z (over 1 year ago)
- Last Synced: 2024-10-30T22:54:40.498Z (3 months ago)
- Topics: javascript, reformat, unminify
- Language: JavaScript
- Size: 38.1 KB
- Stars: 13
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCTS.md
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"
```