1 Bash Component Helpers
Nick Yeoman edited this page 2023-06-07 14:06:43 -07:00

Create A Component

  1. Move to the directory where you would like to keep the component. cd ~/joomla-components/
  2. Run component creator from your Joomla install. bash ~/projects/joomla/projectName/bin/create_component.sh
  3. Optionally save to git repo.
  4. build the zip file by running bin/build_component.sh

Component Creation References