Skip to content
/ mowgli Public

Mowgli allows you to easily create helpfull CLI application with PHP

Notifications You must be signed in to change notification settings

srogier/mowgli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mowgli

Mowgli allows you to easily create helpfull CLI application with PHP.

It uses several components of Symfony including Console

Create an application

{{{ mowgli generate:project foo }}}

Add a command on a project

{{{ mowgli generate:command bar }}}

The new command will be launch with

bin/foo bar

Create a phar to distribute the application

{{{ bin/foo compile }}}

Install application

{{{ bin/foo install }}}

About

Mowgli allows you to easily create helpfull CLI application with PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages