Skip to content

brpaz/docker-commitlint

Repository files navigation

Docker Commitlint

A docker image for running Commitlint. It includes @commitlint/cliand @commitlint/config-conventional

GitHub Workflow Status Docker Image Version (latest by date) Docker Image Size Docker Pulls LICENSE

🚀 Getting Started

Installation

You can download this image from DockerHub or GitHub Package registry

docker pull /brpaz/docker-commitlint
docker pull ghcr.io/brpaz/docker-commitlint

Usage

For commitlint to be able to work, you must mount your project directory in the container.

Ex:

docker run --rm -it -v $(pwd):/code  -w /code ghrc.io/brpaz/docker-commitlint:19.3.0 --edit

Or using stdin:

echo "foo" | docker -i run ghrc.io/brpaz/docker-commitlint:19.3.0

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

💛 Support the project

If this project was useful to you in some form, I would be glad to have your support. It will help to keep the project alive and to have more time to work on Open Source.

The sinplest form of support is to give a ⭐️ to this repo.

You can also contribute with GitHub Sponsors.

GitHub Sponsors

Or if you prefer a one time donation to the project, you can simple:

Buy Me A Coffee

Author

👤 Bruno Paz

📝 License

Copyright © 2023 Bruno Paz.

This project is MIT licensed.