1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Lua337 forks (337 forks)batch import
help wantednew-package-request
Repository metrics
- Stars
- 10,278 stars (10,278 stars)
- PR merge metrics
- Avg merge 7d 18h (Avg merge 7d 18h)4 merged PRs in 30d (4 merged PRs in 30d)
Description
I've searched open & closed issues for similar requests
Package name
dockerfmt
Package homepage
https://github.com/reteps/dockerfmt
Languages
dockerfile
How is this package distributed?
via go with go install github.com/reteps/dockerfmt@latest or via Github release here
Contributor guide
- Research direction
- Add a new package entry for dockerfmt in mason.nvim. Follow the existing package structure, define the package in lua/mason core/packages/dockerfmt/init.lua, specifying the install method (go install or GitHub release). Test the installation locally.
- Tech stack
- go
- Domain
- toolingdeveloper experience
- Issue type
- Feature
- Prerequisites
- LuaNeovim plugin development