cpm

Core commands

project init

Initialize a cpm project.

cpm project init

project list

List projects.

cpm project list

project clone

Clone a repository to the root directory configured in ctx.config.rootDir.

cpm project clone <url>

Arguments:

Outputs:

project goto

Go to project folder. If there are multiple repositories available for given query this will prompt user to select.

cpm project goto <query>

Arguments:

Outputs:

project sync

Sync project.

cpm project sync