gacela-project/gacela-cli

This package is abandoned and no longer maintained. The author suggests using the gacela-project/gacela package instead.

Gacela Framework Cli

0.2.0 2022-06-04 17:38 UTC

This package is auto-updated.

Last update: 2022-06-24 13:06:07 UTC


README

Code generator

Gacela cli provides you some commands out-of-the-box to generate a facade, factory, config, dependency provider or a full module with a single command.

Example

./vendor/bin/gacela make:module App/TestModule

Creates a new Facade, Factory, Config, and DependencyProvider

make:module <target-namespace>

Create one or more files of the specified type/s

make:file <target-namespace> [facade, factory, dependency-provider, config]