Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 914 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (25 loc) · 914 Bytes

Contributing

Thanks for your interest in contributing to Eco.

Local development

To set it up, start by cloning the repository on your system.

git clone https://github.com/hotmeteor/eco-cli.git eco-cli
cd eco-cli

Next, install the dependencies.

composer install

You can run any Eco command within the project folder:

php eco repo:current

It's often helpful to develop Eco within a real application. To do this, you'll need to link your repo to a local application via Composer, or manually add the link in your global Composer file.

Here are some resources for helping with that process:

Once this has been done you can run Eco without the php prefix:

eco repo:current