2017 © Pedro Peláez
 

library tart-cli

Symfony/Console CLI for Jam Tart

image

despark/tart-cli

Symfony/Console CLI for Jam Tart

  • Wednesday, September 10, 2014
  • by hkdobrev
  • Repository
  • 8 Watchers
  • 1 Stars
  • 7,459 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Jam Tart CLI

Install

Install using Composer with: ``` bash composer require --dev despark/tart-cli, (*1)


#### Setup To add to your Symfony console application: ``` php // Use needed classes and commands to load into the Console Application use Symfony\Component\Console\Application; use Despark\Command\Tart\GenerateCommand; use Despark\Command\Tart\DeleteCommand; // Create a new Console Application instance $application = new Application(); // Attach commands to the Console Application instance $application->add(new GenerateCommand); $application->add(new DeleteCommand); // Run the Console Application instance $application->run();

The Versions

10/09 2014

dev-master

9999999-dev

Symfony/Console CLI for Jam Tart

  Sources   Download

BSD-3-Clause

The Requires

 

24/03 2014

0.1.3

0.1.3.0

Symfony/Console CLI for Jam Tart

  Sources   Download

BSD-3-Clause

The Requires

 

22/03 2014

0.1.2

0.1.2.0

Symfony/Console CLI for Jam Tart

  Sources   Download

BSD-3-Clause

The Requires

 

21/03 2014

0.1.1

0.1.1.0

Symfony/Console CLI for Jam Tart

  Sources   Download

BSD-3-Clause

The Requires

 

21/03 2014

0.1.0

0.1.0.0

Symfony/Console CLI for Jam Tart

  Sources   Download

BSD-3-Clause

The Requires