Download the PHP package astridx/jorobo without Composer
On this page you can find all versions of the php package astridx/jorobo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download astridx/jorobo
More information about astridx/jorobo
Files in astridx/jorobo
Download astridx/jorobo
More information about astridx/jorobo
Files in astridx/jorobo
Vendor astridx
Package jorobo
Short Description Tools and Tasks based on Robo.li for Joomla Extension Development and Releases
License GPL-2.0-or-later
Package jorobo
Short Description Tools and Tasks based on Robo.li for Joomla Extension Development and Releases
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package jorobo
JoRobo (Robo.li tasks for Joomla!)
Warning: Currently in alpha stage!
Tools and Tasks based on Robo.li for Joomla Extension Development and Releases
Installation (Standalone):
- composer install
- configure jorobo.ini
- vendor/bin/robo
Function overview:
vendor/bin/robo build
- Builds your extension into an installable Joomla! package or zip file including replacementsvendor/bin/robo map
- Map (Symlink) your extension into a running Joomla! installationvendor/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
Do a composer require joomla-projects/jorobo:dev
Make sure your RoboFile.php loads the tasks:
Then you can use it for your own tasks for example:
$this->taskMap($target)->run();
or
$this->taskBuild($params)->run()
Look at the RoboFile.php in the library root for a sample file.
Usage in your own extension
Directory setup
In order to use JoRobo you should use the following directory structure (it's like the "common" joomla one)
Components
Modules
Plugins
Extension setup
Either use the sample RoboFile or extend your own with it.
All versions of jorobo with dependencies
PHP Build Version
Package Version
The package astridx/jorobo contains the following files
Loading the files please wait ....