Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-04T13:16:01.000Z (6 months ago)
- Last Synced: 2024-08-09T11:43:54.781Z (3 months ago)
- Topics: d09check22, package, robo, robo-digipolis-package, robo-tasks, web
- Language: PHP
- Homepage:
- Size: 304 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Robo Digipolis Package
General Packaging/Compile tasks for Robo Task Runner
[![Latest Stable Version](https://poser.pugx.org/digipolisgent/robo-digipolis-package/v/stable)](https://packagist.org/packages/digipolisgent/robo-digipolis-package)
[![Latest Unstable Version](https://poser.pugx.org/digipolisgent/robo-digipolis-package/v/unstable)](https://packagist.org/packages/digipolisgent/robo-digipolis-package)
[![Total Downloads](https://poser.pugx.org/digipolisgent/robo-digipolis-package/downloads)](https://packagist.org/packages/digipolisgent/robo-digipolis-package)
[![License](https://poser.pugx.org/digipolisgent/robo-digipolis-package/license)](https://packagist.org/packages/digipolisgent/robo-digipolis-package)[![Build Status](https://travis-ci.org/digipolisgent/robo-digipolis-package.svg?branch=develop)](https://travis-ci.org/digipolisgent/robo-digipolis-package)
[![Maintainability](https://api.codeclimate.com/v1/badges/7d98babbd043d51bc40f/maintainability)](https://codeclimate.com/github/digipolisgent/robo-digipolis-package/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/7d98babbd043d51bc40f/test_coverage)](https://codeclimate.com/github/digipolisgent/robo-digipolis-package/test_coverage)
[![PHP 7 ready](https://php7ready.timesplinter.ch/digipolisgent/robo-digipolis-package/develop/badge.svg)](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.