Skip to content

lamalamaNL/clli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
            }
        }
    ]
}