https://github.com/nice-move/prettier-plugin-groovy
A Prettier plugin for Groovy files
https://github.com/nice-move/prettier-plugin-groovy
Last synced: about 1 year ago
JSON representation
A Prettier plugin for Groovy files
- Host: GitHub
- URL: https://github.com/nice-move/prettier-plugin-groovy
- Owner: nice-move
- License: mit
- Created: 2022-11-15T06:53:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T17:30:15.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T22:31:29.339Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/prettier-plugin-groovy
- Size: 432 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prettier-plugin-groovy
A [Prettier] plugin for Groovy files.
[prettier]: https://prettier.io/
[![npm][npm-badge]][npm-url]
[![github][github-badge]][github-url]
![node][node-badge]
[npm-url]: https://www.npmjs.com/package/prettier-plugin-groovy
[npm-badge]: https://img.shields.io/npm/v/prettier-plugin-groovy.svg?style=flat-square&logo=npm
[github-url]: https://github.com/nice-move/prettier-plugin-groovy
[github-badge]: https://img.shields.io/npm/l/prettier-plugin-groovy.svg?style=flat-square&colorB=blue&logo=github
[node-badge]: https://img.shields.io/node/v/prettier-plugin-groovy.svg?style=flat-square&colorB=green&logo=node.js
## Installation
```bash
npm install prettier-plugin-groovy --save-dev
```
## Usage
```sh
prettier --write jenkinsfile
```
# Tips
This plugin bundle [groovy-beautify](https://github.com/joycollector/groovy-beautify) to do the format.
## Related
- [@nice-move/prettier-config](https://github.com/nice-move/nice-move/tree/master/packages/prettier-config)
- [@nice-move/prettier-plugin-package-json](https://github.com/nice-move/prettier-plugin-package-json)
- [@nice-move/prettier-plugin-ssh-config](https://github.com/nice-move/prettier-plugin-ssh-config)