joomla-projects / jorobo
Tools and Tasks based on Robo.li for Joomla Extension Development and Releases
Installs: 26 854
Dependents: 1
Suggesters: 0
Security: 0
Stars: 11
Watchers: 18
Forks: 27
Open Issues: 3
Requires
- php: >=7.2.5
- consolidation/robo: ~1
- joomla/github: ~1.3
Requires (Dev)
- codeception/aspect-mock: ~0.5
- codeception/base: ~2.1
- joomla/coding-standards: ~3.0@dev
README
Tools and Tasks based on Robo.li for Joomla Extension Development and Releases
Installation (Standalone):
composer require joomla-projects/jorobo
- 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 generate
- Generate extension skeletonsvendor/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.
Documentation
You can find the documentation here. The following topics are covered:
Copyright
- (C) 2015 Open Source Matters, Inc. https://www.joomla.org
- Distributed under the GNU General Public License version 2 or later
- See License details