digipolisgent / robo-digipolis-package
General Packaging/Compile tasks for Robo Task Runner
Installs: 91 548
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 0
Open Issues: 5
Type:robo-tasks
Requires
- consolidation/robo: ^3.0 || ^4.0
- digipolisgent/robo-digipolis-general: ^2.0
- pear/archive_tar: ^1.4.14
- symfony/error-handler: ^7|^6|^5|^4
- symfony/process: ^7|^6|5|^4
Requires (Dev)
- phpunit/phpunit: ^9.5.20
- dev-develop
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.0
- 1.0.0
- 0.x-dev
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.1.0-beta1
- 0.1.0-alpha3
- 0.1.0-alpha2
- 0.1.0-alpha1
- dev-dependabot/npm_and_yarn/testfiles/testtheme/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/testfiles/testtheme/grunt-1.5.3
- dev-master
- dev-dependabot/npm_and_yarn/testfiles/testtheme/semver-5.7.2
- dev-0.x-dev
- dev-feature/issue-#12
- dev-feature/issue-+12
This package is auto-updated.
Last update: 2024-11-04 14:09:54 UTC
README
General Packaging/Compile tasks for Robo Task Runner
Commands
This package provides default commands wich you can use in your RoboFile.php
like so:
class RoboFile extends \Robo\Tasks { use \DigipolisGent\Robo\Task\Package\Commands\loadCommands; }
digipolis:package-project
vendor/bin/robo digipolis:package-project FILE [DIR] [OPTIONS]
Arguments
FILE
The name of the archive file that will be created.
DIR
The directory to package. Defaults to the config value digipolis.root.project
if it is set (see https://github.com/digipolisgent/robo-digipolis-general for
more information), or the current working directory otherwise.
Options
--ignore, -i
Comma separated list of filenames to ignore.
digipolis:theme-clean
vendor/bin/robo digipolis:theme-clean [DIR]
Arguments
DIR
The theme directory to clean. Defaults to the current working directory.
digipolis:theme-compile
vendor/bin/robo digipolis:theme-compile [DIR] [COMMAND]
Arguments
DIR
The directory of the theme to compile. Defaults to the current working directory.
COMMAND
The grunt/gulp command to execute if grunt or gulp is available.