PHPackages                             astridx/jorobo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. astridx/jorobo

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

astridx/jorobo
==============

Tools and Tasks based on Robo.li for Joomla Extension Development and Releases

0.8.2(6y ago)024011GPL-2.0-or-laterPHPPHP &gt;=5.4.0

Since Nov 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/astridx/jorobo)[ Packagist](https://packagist.org/packages/astridx/jorobo)[ RSS](/packages/astridx-jorobo/feed)WikiDiscussions further\_development Synced today

READMEChangelog (3)Dependencies (2)Versions (19)Used By (1)

JoRobo (Robo.li tasks for Joomla!)
==================================

[](#jorobo-roboli-tasks-for-joomla)

[![Latest Stable Version](https://camo.githubusercontent.com/0f07a06c19d7e4f251133417df50499b767df45cb2fa842164eaede457665789/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6f6d6c612d70726f6a656374732f6a6f726f626f2f762f737461626c65)](https://packagist.org/packages/joomla-projects/jorobo) [![Total Downloads](https://camo.githubusercontent.com/811157c79e6ebb5fa0d572ea2067a30919a394e68f1a8cb9fb76babaea35b15c/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6f6d6c612d70726f6a656374732f6a6f726f626f2f646f776e6c6f616473)](https://packagist.org/packages/joomla-projects/jorobo) [![Latest Unstable Version](https://camo.githubusercontent.com/83129213a7bbb6a13d0e4f40c35694effb20b60dc15397b06d321c9643233f5b/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6f6d6c612d70726f6a656374732f6a6f726f626f2f762f756e737461626c65)](https://packagist.org/packages/joomla-projects/jorobo) [![License](https://camo.githubusercontent.com/2b44e9255bdc5d10fced887424a7a2e9a00dd6d5eef12a66dea566f5dbc33159/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6f6d6c612d70726f6a656374732f6a6f726f626f2f6c6963656e7365)](https://packagist.org/packages/joomla-projects/jorobo)

#### Warning: Currently in alpha stage!

[](#warning-currently-in-alpha-stage)

Tools and Tasks based on Robo.li for Joomla Extension Development and Releases

Installation (Standalone):
--------------------------

[](#installation-standalone)

- composer install
- configure jorobo.ini
- vendor/bin/robo

Function overview:
------------------

[](#function-overview)

- `vendor/bin/robo build` - Builds your extension into an installable Joomla! package or zip file including replacements
- `vendor/bin/robo map` - Map (Symlink) your extension into a running Joomla! installation
- `vendor/bin/robo headers` - Adds / updates the copyright headers in the source directory (set them in the jorobo.ini)
- `vendor/bin/robo bump` - Exchanges the string `__DEPLOY_VERSION__` in each file in the source directory with the version number set in the jorobo.ini.

How-to use in your own extension
--------------------------------

[](#how-to-use-in-your-own-extension)

Do a composer require joomla-projects/jorobo:dev

Make sure your RoboFile.php loads the tasks:

```
