https://github.com/district09/robo-digipolis-package
General compile (grunt/gulp for theme) and package (tar for project) commands for deploying websites.
https://github.com/district09/robo-digipolis-package
d09check22 package robo robo-digipolis-package robo-tasks web
Last synced: about 1 year ago
JSON representation
General compile (grunt/gulp for theme) and package (tar for project) commands for deploying websites.
- Host: GitHub
- URL: https://github.com/district09/robo-digipolis-package
- Owner: district09
- License: mit
- Created: 2017-01-23T07:57:30.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-13T13:58:20.000Z (over 1 year ago)
- Last Synced: 2025-03-20T15:01:32.794Z (over 1 year ago)
- Topics: d09check22, package, robo, robo-digipolis-package, robo-tasks, web
- Language: PHP
- Homepage:
- Size: 424 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Robo Digipolis Package
General Packaging/Compile tasks for Robo Task Runner
[](https://packagist.org/packages/digipolisgent/robo-digipolis-package)
[](https://packagist.org/packages/digipolisgent/robo-digipolis-package)
[](https://packagist.org/packages/digipolisgent/robo-digipolis-package)
[](https://packagist.org/packages/digipolisgent/robo-digipolis-package)
[](https://travis-ci.org/digipolisgent/robo-digipolis-package)
[](https://codeclimate.com/github/digipolisgent/robo-digipolis-package/maintainability)
[](https://codeclimate.com/github/digipolisgent/robo-digipolis-package/test_coverage)
[](https://travis-ci.org/digipolisgent/robo-digipolis-package)
## Commands
This package provides default commands wich you can use in your `RoboFile.php`
like so:
```php
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 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.