https://github.com/hyperjumptech/js-urai
Reformat minified JavaScript code
https://github.com/hyperjumptech/js-urai
javascript reformat unminify
Last synced: 12 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T15:23:46.000Z (almost 3 years ago)
- Last Synced: 2025-04-20T08:18:08.103Z (about 1 year ago)
- Topics: javascript, reformat, unminify
- Language: JavaScript
- Size: 38.1 KB
- Stars: 13
- Watchers: 4
- 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
[](https://github.com/hyperjumptech/js-urai/actions)
[](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"
```