-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Chris Putnam edited this page Sep 2, 2019
·
7 revisions
OK, so you read this and your situation also seems like a good use-case for a PHP console tool? Here we go then!
(if you don't already have it installed)
- Clone this repository to the directory of your choice. This directory can be kept and updated for future use, and will inlude a special tool to help you create and managed console tools that you build. We'll call the directory "~/dev/pcon"
- CD to your local pcon folder (cd ~/dev/pcon)
- Make sure pcon is executable - run
chmod +x ./pcon
- CD to your local pcon folder (cd ~/dev/pcon)
- Run
./pcon create
(optionally, run./pcon help create
to see usage) - Follow prompts to specify details
- Program your functionality
Reference Development Cookbook section
- CD to your local pcon folder (cd ~/dev/pcon)
- Run
./pcon package
(optionally, run./pcon help package
to see usage) - Follow prompts to specify deails
PENDING
Reference the information here to help you as you build your console tools.