https://github.com/savagecore/atom-uglify-es
:atom: package to Minify files with uglify-es
https://github.com/savagecore/atom-uglify-es
Last synced: 11 months ago
JSON representation
:atom: package to Minify files with uglify-es
- Host: GitHub
- URL: https://github.com/savagecore/atom-uglify-es
- Owner: SavageCore
- License: mit
- Created: 2017-12-12T11:26:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T04:28:14.000Z (over 3 years ago)
- Last Synced: 2025-07-19T10:21:37.827Z (11 months ago)
- Language: JavaScript
- Homepage: https://atom.io/packages/atom-uglify-es
- Size: 346 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/SavageCore/atom-uglify-es/branch/master) [](https://travis-ci.org/SavageCore/atom-uglify-es) [](https://dependencyci.com/github/SavageCore/atom-uglify-es) [](https://greenkeeper.io/)
# atom-uglify-es
> Minify JavaScript with [uglify-es](https://www.npmjs.com/package/uglify-es)
## Install
$ apm install atom-uglify-es
Or Settings → Install → Search for `atom-uglify-es`
## Usage
* Open the Command Palette, and type `uglify-es`.
* Right click tab, tree-view or editor and click `Minify JavaScript`
Can also minify just a selection. For example the code in a `` tag.
## Keyboard shortcut
Set the keyboard shortcut you want in your [keymap](http://flight-manual.atom.io/using-atom/sections/basic-customization/#customizing-keybindings):
```cson
'atom-workspace':
'ctrl-alt-m': 'atom-uglify-es:uglify'
```
## License
MIT © [SavageCore](https://savagecore.eu)