Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabiospampinato/vscode-js-beautify
A little wrapper around "js-beautify" for conveniently beautifying CSS/HTML/JS files.
https://github.com/fabiospampinato/vscode-js-beautify
beautify css extension html js vsc vscode
Last synced: about 2 months ago
JSON representation
A little wrapper around "js-beautify" for conveniently beautifying CSS/HTML/JS files.
- Host: GitHub
- URL: https://github.com/fabiospampinato/vscode-js-beautify
- Owner: fabiospampinato
- License: mit
- Created: 2024-03-16T01:54:31.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-16T02:00:39.000Z (11 months ago)
- Last Synced: 2024-05-01T12:39:25.421Z (9 months ago)
- Topics: beautify, css, extension, html, js, vsc, vscode
- Language: TypeScript
- Homepage:
- Size: 384 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# JS Beautify
A little wrapper around [`js-beautify`](https://github.com/beautifier/js-beautify) for conveniently beautifying CSS/HTML/JS files.
## Install
Follow the instructions in the [Marketplace](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-js-beautify), or run the following in the command palette:
```sh
ext install fabiospampinato.vscode-js-beautify
```## Usage
It adds 1 command to the command palette:
```js
'Beautify: File' // Beautify the current file
```## License
- Extension: MIT © Fabio Spampinato
- Logo: MIT © [`js-beautify`](https://github.com/beautifier/js-beautify/blob/main/LICENSE)