Skip to content

matheusmarqui1/ScriptExecuter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's use your PHP script executer!

You were trying to find a simple shell php script executer? Now you have it .

Using the ScriptExecuter

Open the ScriptExecuter by navigating to the root folder.

Create a script

You can create a new script using the command bin/run create --script='script_name' --class-name='ScriptClassName' After executing, your script folder and class are already created, you can modify it's methods by navigating to src/ScriptExecuter/Scripts/ScriptClassName/ScriptClassName.

Execute a script

You can easily run a script by running the command bin/run execute --script='script_name' or bin/run execute and choosing the script in the select using the arrow keys and hitting enter or typing the corresponding index and hitting enter.

TODO

If you wanna contribute with this, you can implement these functionalities:

Delete a script

Implement a delele command to completely delete a script including it's folder, contents and classes inside and the script insert in scripts.json

About

Run and create php scripts as fast as possible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages