Skip to content

prolic/prooph-cli

 
 

Repository files navigation

prooph Command Line Interface

Overview

The prooph command line interface generates classes to increase development speed. For available commands run

$ php bin/prooph-cli list

Here is an example output:

Available commands:
  help              Displays help for a command
  list              Lists commands
 prooph
  prooph:generate:aggregate  Generates an aggregate class
  prooph:generate:all        Generates an aggregate, command, command handler, command handler factory and event class.
  prooph:generate:command    Generates a command, command handler and command handler factory class
  prooph:generate:event      Generates an event class

There are available environment variables (see bin/prooph-cli) for bash scripts to configure \Prooph\Cli\Console\Helper\Psr4Info for your class meta data.

Installation

You can install prooph/prooph-cli via composer by adding "proophsoftware/prooph-cli": "^0.1" as requirement to your composer.json.

Support

Contribute

Please feel free to fork and extend existing or add new plugins and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.

License

Released under the New BSD License.

About

Command line tool for rapid development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%