{"id":18248237,"url":"https://github.com/district09/robo-digipolis-package","last_synced_at":"2025-04-04T15:32:20.802Z","repository":{"id":41836702,"uuid":"79782729","full_name":"district09/robo-digipolis-package","owner":"district09","description":"General compile (grunt/gulp for theme) and package (tar for project) commands for deploying websites.","archived":false,"fork":false,"pushed_at":"2025-01-13T13:58:20.000Z","size":434,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":8,"default_branch":"develop","last_synced_at":"2025-03-20T15:01:32.794Z","etag":null,"topics":["d09check22","package","robo","robo-digipolis-package","robo-tasks","web"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/district09.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-23T07:57:30.000Z","updated_at":"2025-01-13T13:58:22.000Z","dependencies_parsed_at":"2024-01-08T11:18:24.231Z","dependency_job_id":"7c55bb17-331a-4631-8838-1f8c9a42177c","html_url":"https://github.com/district09/robo-digipolis-package","commit_stats":{"total_commits":102,"total_committers":4,"mean_commits":25.5,"dds":"0.17647058823529416","last_synced_commit":"91be36ef2f1ffd18e4b134e1ed15900cb6daacbd"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/district09%2Frobo-digipolis-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/district09%2Frobo-digipolis-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/district09%2Frobo-digipolis-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/district09%2Frobo-digipolis-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/district09","download_url":"https://codeload.github.com/district09/robo-digipolis-package/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247203060,"owners_count":20900906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["d09check22","package","robo","robo-digipolis-package","robo-tasks","web"],"created_at":"2024-11-05T09:36:20.416Z","updated_at":"2025-04-04T15:32:15.792Z","avatar_url":"https://github.com/district09.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Robo Digipolis Package\n\nGeneral Packaging/Compile tasks for Robo Task Runner\n\n[![Latest Stable Version](https://poser.pugx.org/digipolisgent/robo-digipolis-package/v/stable)](https://packagist.org/packages/digipolisgent/robo-digipolis-package)\n[![Latest Unstable Version](https://poser.pugx.org/digipolisgent/robo-digipolis-package/v/unstable)](https://packagist.org/packages/digipolisgent/robo-digipolis-package)\n[![Total Downloads](https://poser.pugx.org/digipolisgent/robo-digipolis-package/downloads)](https://packagist.org/packages/digipolisgent/robo-digipolis-package)\n[![License](https://poser.pugx.org/digipolisgent/robo-digipolis-package/license)](https://packagist.org/packages/digipolisgent/robo-digipolis-package)\n\n[![Build Status](https://travis-ci.org/digipolisgent/robo-digipolis-package.svg?branch=develop)](https://travis-ci.org/digipolisgent/robo-digipolis-package)\n[![Maintainability](https://api.codeclimate.com/v1/badges/7d98babbd043d51bc40f/maintainability)](https://codeclimate.com/github/digipolisgent/robo-digipolis-package/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/7d98babbd043d51bc40f/test_coverage)](https://codeclimate.com/github/digipolisgent/robo-digipolis-package/test_coverage)\n[![PHP 7 ready](https://php7ready.timesplinter.ch/digipolisgent/robo-digipolis-package/develop/badge.svg)](https://travis-ci.org/digipolisgent/robo-digipolis-package)\n\n## Commands\n\nThis package provides default commands wich you can use in your `RoboFile.php`\nlike so:\n\n```php\nclass RoboFile extends \\Robo\\Tasks\n{\n    use \\DigipolisGent\\Robo\\Task\\Package\\Commands\\loadCommands;\n}\n```\n\n### digipolis:package-project\n\n`vendor/bin/robo digipolis:package-project FILE [DIR] [OPTIONS]`\n\n#### Arguments\n\n##### FILE\n\nThe name of the archive file that will be created.\n\n##### DIR\n\nThe directory to package. Defaults to the config value `digipolis.root.project`\nif it is set (see \u003chttps://github.com/digipolisgent/robo-digipolis-general\u003e for\nmore information), or the current working directory otherwise.\n\n#### Options\n\n##### --ignore, -i\n\nComma separated list of filenames to ignore.\n\n### digipolis:theme-clean\n\n`vendor/bin/robo digipolis:theme-clean [DIR]`\n\n#### Arguments\n\n##### DIR\n\nThe theme directory to clean. Defaults to the current working directory.\n\n### digipolis:theme-compile\n\n`vendor/bin/robo digipolis:theme-compile [DIR] [COMMAND]`\n\n#### Arguments\n\n##### DIR\n\nThe directory of the theme to compile. Defaults to the current working\ndirectory.\n\n##### COMMAND\n\nThe grunt/gulp command to execute if grunt or gulp is available.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdistrict09%2Frobo-digipolis-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdistrict09%2Frobo-digipolis-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdistrict09%2Frobo-digipolis-package/lists"}