PHPackages                             justinwickenheiser/lion-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. justinwickenheiser/lion-cli

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

justinwickenheiser/lion-cli
===========================

A CLI to quickly spin up boiler-plate packages for gvsu-webteam development.

v0.1.1(3y ago)08MITPHPPHP ^8.1

Since Apr 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/justinwickenheiser/lion-cli)[ Packagist](https://packagist.org/packages/justinwickenheiser/lion-cli)[ Docs](https://github.com/justinwickenheiser/lion-cli)[ RSS](/packages/justinwickenheiser-lion-cli/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (6)Versions (4)Used By (0)

Lion CLI
========

[](#lion-cli)

[![Latest Stable Version](https://camo.githubusercontent.com/85493fb6b0ed56792aafda50b076af13c01ba3e30fadca1cca1aea7f06378c79/68747470733a2f2f706f7365722e707567782e6f72672f6a757374696e7769636b656e6865697365722f6c696f6e2d636c692f76)](//packagist.org/packages/justinwickenheiser/lion-cli)[![Total Downloads](https://camo.githubusercontent.com/933885350feb76f5688627c9c4110df06ca8ec007e38ce0abe26b372a173b0bc/68747470733a2f2f706f7365722e707567782e6f72672f6a757374696e7769636b656e6865697365722f6c696f6e2d636c692f646f776e6c6f616473)](//packagist.org/packages/justinwickenheiser/lion-cli)[![Latest Unstable Version](https://camo.githubusercontent.com/4f2454065adbcc430e3ec95c840bf92321db52d979faa0e44602fcc90634b960/68747470733a2f2f706f7365722e707567782e6f72672f6a757374696e7769636b656e6865697365722f6c696f6e2d636c692f762f756e737461626c65)](//packagist.org/packages/justinwickenheiser/lion-cli)[![License](https://camo.githubusercontent.com/bad5abb98f1906c83c321c5cf23fa64cba41efb9a62d88bc30a08112f7aab06f/68747470733a2f2f706f7365722e707567782e6f72672f6a757374696e7769636b656e6865697365722f6c696f6e2d636c692f6c6963656e7365)](//packagist.org/packages/justinwickenheiser/lion-cli)

Lion CLI was created to quickly spin up boiler-plate packages for gvsu-webteam development. It was built on [Laravel-Zero](https://laravel-zero.com/).

Install
-------

[](#install)

```
composer global require justinwickenheiser/lion-cli
```

Make sure your composer's global bin directory is in your PATH by adding the following line to your `.bash_profile`:

```
export PATH=$(composer global config bin-dir --absolute --quiet):$PATH
```

Check to see if the install worked. You may have to close and reopen the terminal.

```
lion -v
```

### Local Build

[](#local-build)

If you wish to clone the repo and do a local build, then you can run the following commands:

```
php lion app:build --build-version=0.0.0
ln -s ./builds/lion /usr/local/lib/lion-cli/bin/lion
sudo ln -s ../lib/lion-cli/bin/lion /usr/local/bin/lion
```

Usage
-----

[](#usage)

1. Create a new package

```
lion new
```

2. Use the artisan `make:` commands that you are familiar with.

```
lion make:model Hotel -cr
lion make:migration create_hotels_table
```

Package Structure
-----------------

[](#package-structure)

The structure of packages generated with lion mirrors that of Laravel projects. The exception is Laravel projects have /app, where the package will use /src.

```
package/
|
+-- config/
|
+-- database/
|   |
|   +-- migrations/
|
+-- resources/
|   |
|   +-- views/
|
+-- routes/
|      web.php
|
+-- src/
|   |
|   +-- Facades/
|   |
|   +-- Http/
|   |	|
|   |	+-- Controllers/
|   |
|   +-- Models/
|   |
|   +-- Providers/
|
+-- tests/

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

1186d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c991ef652415f3916c32f2af8913a096a08490a5c711ae2aacd8b1cd494ae7ef?d=identicon)[wickenju](/maintainers/wickenju)

---

Top Contributors

[![justinwickenheiser](https://avatars.githubusercontent.com/u/18094139?v=4)](https://github.com/justinwickenheiser "justinwickenheiser (9 commits)")

---

Tags

phpclilaravelliongvsu

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/justinwickenheiser-lion-cli/health.svg)

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

###  Alternatives

[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.7k357.7M11.0k](/packages/nunomaduro-collision)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M164](/packages/spatie-laravel-health)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

819430.4k54](/packages/nunomaduro-laravel-console-menu)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M1](/packages/glushkovds-phpclickhouse-laravel)[mehrancodes/laravel-harbor

A CLI tool to Quickly create On-Demand preview environment for your apps.

10097.5k](/packages/mehrancodes-laravel-harbor)

PHPackages © 2026

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