PHPackages                             newebtime/jbuilder-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. newebtime/jbuilder-cli

ActiveProject[CLI &amp; Console](/categories/cli)

newebtime/jbuilder-cli
======================

Joomla console for development

1.0.0(9y ago)2261MPLv2PHP

Since May 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/newebtime/jbuilder-cli)[ Packagist](https://packagist.org/packages/newebtime/jbuilder-cli)[ RSS](/packages/newebtime-jbuilder-cli/feed)WikiDiscussions develop Synced today

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

JBuilder CLI
============

[](#jbuilder-cli)

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
------------

[](#installation)

`$ composer global require newebtime/jbuilder-cli`

> If you have not installed composer yet... [just do it](https://getcomposer.org/).

How to use?
-----------

[](#how-to-use)

### Create a project

[](#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

[](#add-a-component-and-build-it)

```
$ jbuilder component:create com_todo

```

Your first component is now added, [go to the wiki page](https://github.com/newebtime/jbuilder-cli/wiki)to have more documentation to start building it.

Requirements
============

[](#requirements)

- [Composer](https://getcomposer.org/)
    - [Joomlatools Console](https://github.com/joomlatools/joomlatools-console/)
- Joomla 3.4.2+ (automaticaly installed)
    - FOF 3.0+ (automaticaly installed)

License
=======

[](#license)

JBuilder CLI is free and open-source software licensed under the [MPLv2 license](LICENSE.txt).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 79.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~173 days

Total

3

Last Release

3351d ago

Major Versions

0.0.2 → 1.0.02017-04-28

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6603274?v=4)[Newebtime](/maintainers/Newebtime)[@newebtime](https://github.com/newebtime)

---

Top Contributors

[![Eighke](https://avatars.githubusercontent.com/u/2734125?v=4)](https://github.com/Eighke "Eighke (54 commits)")[![Nutalways](https://avatars.githubusercontent.com/u/8816416?v=4)](https://github.com/Nutalways "Nutalways (14 commits)")

---

Tags

joomla

### Embed Badge

![Health badge](/badges/newebtime-jbuilder-cli/health.svg)

```
[![Health](https://phpackages.com/badges/newebtime-jbuilder-cli/health.svg)](https://phpackages.com/packages/newebtime-jbuilder-cli)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13045.3M6.3k](/packages/illuminate-console)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
