A plugin for selecting and displaying favorite tasks.
Clone this repository into your Leantime plugins folder:
git clone https://github.com/ITK-Leantime/favorite-tasks.git app/Plugins/FavoriteTasksRun composer install
docker run --interactive --rm --volume ${PWD}:/app itkdev/php8.3-fpm:latest composer installdocker run --rm --volume ${PWD}:/app itkdev/php8.3-fpm:latest composer normalizedocker run --rm --volume "$PWD:/app" -w /app shufo/blade-formatter:1.11.11 Templates/*.blade.php --writedocker run --rm --volume "$PWD:/app" -w /app shufo/blade-formatter:1.11.11 Templates/*.blade.php --check-formatteddocker run --interactive --rm --volume ${PWD}:/app itkdev/php8.3-fpm:latest composer coding-standards-checkdocker run --interactive --rm --volume ${PWD}:/app itkdev/php8.3-fpm:latest composer coding-standards-applydocker run --rm --volume $PWD:/md peterdavehello/markdownlint markdownlint --ignore vendor --ignore LICENSE.md '**/*.md'docker run --rm --volume $PWD:/md peterdavehello/markdownlint markdownlint --ignore vendor --ignore LICENSE.md '**/*.md' --fixdocker run --rm --volume "$PWD:/app" --workdir /app peterdavehello/shellcheck shellcheck bin/create-release
docker run --rm --volume "$PWD:/app" --workdir /app peterdavehello/shellcheck shellcheck bin/deploy
docker run --rm --volume "$PWD:/app" --workdir /app peterdavehello/shellcheck shellcheck bin/local.create-releasedocker run --interactive --rm --volume ${PWD}:/app itkdev/php8.3-fpm:latest composer code-analysisdocker compose build && docker compose run --rm php bin/create-release dev-testThe deploy script downloads a release from Github and unzips it. The script should be passed a tag as argument. In the process the script deletes itself, but the script finishes because it is still in memory.