github.com/ralsina/mangrullo

Como un watchtower pero para gente pobre

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  mangrullo:
    github: ralsina/mangrullo
    version: ~> 0.7.1

Then run:

shards install

shard.yml

Crystal
>= 1.16.3
License
MIT
Author
Roberto Alsina
Targets
  • mangrullo from src/mangrullo.cr
  • mangrullo-web from src/web.cr

Dependencies

Runtime Dependencies

  • docr*github: marghidanu/docr
  • kemal*github: kemalcr/kemal
  • docopt*github: ralsina/docopt.cr
  • progress*github: askn/progress
  • docopt-config*github: ralsina/docopt-config
  • baked_file_system*github: ralsina/baked_file_system
  • baked_file_handler*github: ralsina/baked_file_handler

Development Dependencies

  • ameba*github: crystal-ameba/amebadev

README

Mangrullo

Crystal CI GitHub release License

Mangrullo is a Docker container update automation tool written in Crystal.

Development Setup

After cloning the repository, install the pre-commit hook to ensure code quality:

# Install dependencies
shards install

# Install pre-commit hook
cp hooks/pre-commit .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit

The pre-commit hook runs tests and linting before allowing commits.

Documentation

The full documentation for this project is available on our GitHub Pages site.

The documentation is automatically built from the files in the docs directory.

See Development Guidelines for more detailed development information.