PHPackages                             yvesh/jbuild - 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. yvesh/jbuild

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

yvesh/jbuild
============

Robo.li tasks for Joomla! extensions (build, map and generate)

12181[1 issues](https://github.com/yvesh/jbuild/issues)PHP

Since Nov 3Pushed 10y ago4 watchersCompare

[ Source](https://github.com/yvesh/jbuild)[ Packagist](https://packagist.org/packages/yvesh/jbuild)[ RSS](/packages/yvesh-jbuild/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Moved to joomla-projects/jorobo
===============================

[](#moved-to-joomla-projectsjorobo)

This project has been moved to
--------------------------------------------------------------------------

[](#this-project-has-been-moved-to-httpsgithubcomjoomla-projectsjorobo)

JBuild (Robo.li tasks for Joomla! extensions) [![Build Status](https://camo.githubusercontent.com/487e0fc0d705f78ac4234f61f9bf119e60304ff9d6fc934695fe916922aa4f5d/687474703a2f2f7465737430312e636f6d706f6a6f6f6d2e636f6d2f6170692f62616467652f6769746875622e636f6d2f79766573682f6a6275696c642f7374617475732e7376673f6272616e63683d6d6173746572)](http://test01.compojoom.com/github.com/yvesh/jbuild)
======================================================================================================================================================================================================================================================================================================================================================================================================

[](#jbuild-roboli-tasks-for-joomla-extensions-)

[![Latest Stable Version](https://camo.githubusercontent.com/01692abea6a03847f4074a7be421ec788b8fb0d3732851cbf3eb2b422744a828/68747470733a2f2f706f7365722e707567782e6f72672f79766573682f6a6275696c642f762f737461626c65)](https://packagist.org/packages/yvesh/jbuild) [![Total Downloads](https://camo.githubusercontent.com/04afa0d14704aae455433f33e1d9741061e6653bfab85f0bc1f9eefbe3252ea8/68747470733a2f2f706f7365722e707567782e6f72672f79766573682f6a6275696c642f646f776e6c6f616473)](https://packagist.org/packages/yvesh/jbuild) [![Latest Unstable Version](https://camo.githubusercontent.com/6eb9e40b5f26bc7985c31a8cf93ba11a7920c90ef8160f9e75c2c3e39d7b432c/68747470733a2f2f706f7365722e707567782e6f72672f79766573682f6a6275696c642f762f756e737461626c65)](https://packagist.org/packages/yvesh/jbuild) [![License](https://camo.githubusercontent.com/c29617ec8f85031a58782e041467ac080fbb30f53b80181667cd40d2fea3146d/68747470733a2f2f706f7365722e707567782e6f72672f79766573682f6a6275696c642f6c6963656e7365)](https://packagist.org/packages/yvesh/jbuild)

#### Warning: Currently in early stage!

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

Robo.li build scripts, tools and generators for compojoom.com Joomla! extensions.

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

[](#installation-standalone)

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

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

[](#function-overview)

- vendor/bin/robo map destination - Symlinks an extension into an Joomla installation
- vendor/bin/robo build - Builds your extension into an installable Joomla package including replacements
- vendor/bin/robo generate \[--mod\_xy --com\_xy --plg\_system\_xy\] (not integrated yet)

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

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

Update your composer.json file and add yvesh/jbuild:dev and do a composer require yvesh/jbuild:dev

Make sure your RoboFile.php loads the tasks:

```
