Skip to content

Generating your first project

Lime Project is our tool for generating the scaffolding for our different source code projects.

Starting a new project

To start a new project run

lime-project new [solution|package]

The difference between a solution and a package can be understood here

Generating new functionality

To add functionality to your project use

lime-project generate

Upgrading an old project

If you have a package or a solution that was created for an older version of Lime CRM you have to upgrade it

Run the command below in order to get more information about what you need to do:

lime-project doctor health