lamalama/clli

CLLI - Lama Lama Command Line Interface

v0.2.1 2024-06-04 10:46 UTC

README

Cover

CLLI

CLLI development tooling for Lama Lama

Local development

Find your local composer.json with the following command, the folder that contains your global composer.json file can be found at data-dir

composer config --list --global

Adjust your local composer.json

{
    "require": {
        "lamalama/clli": "dev-main"
    },
    "repositories": [
        {
            "type": "path",
            "url": "/Users/markdevries/Code/clli",
            "options": {
                "symlink": true
            }
        }
    ]
}