newebtime / jbuilder-cli
Joomla console for development
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- joomlatools/console: ^1.4
- symfony/console: ^2.8
This package is not auto-updated.
Last update: 2025-03-29 21:35:29 UTC
README
JBuilder CLI is a command line tool created to simplify the creation and management of Joomla/FOF components. It is designed to work on Linux and MacOS. Windows users should be able to use it, but some command may not work.
JBuilder CLI is a WIP, the code is a bit messy. :-(
Installation
$ composer global require newebtime/jbuilder-cli
If you have not installed composer yet... just do it.
How to use?
Create a project
A project is not only your component, but it is your component(s) and everything related. For example you can have 1 component, 3 modules, and 2 libraries or 2 components and 1 plugins.
It is basicaly a Joomla package.
Init the project
$ jbuilder project:init path/of/project
Then install the requirements
$ cd path/of/project
$ jbuilder project:install
Add a component and build it
$ jbuilder component:create com_todo
Your first component is now added, go to the wiki page to have more documentation to start building it.
Requirements
- Composer
- Joomla 3.4.2+ (automaticaly installed)
- FOF 3.0+ (automaticaly installed)
License
JBuilder CLI is free and open-source software licensed under the MPLv2 license.