Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Getting Started

Clone existing repository

To get started with the project, follow these steps:

Clone repository

  • Clone the repository:
cpm project clone <repository-url>
  • Navigate to the repository directory:
cpm project goto <repo-name>

Initialize cpm support

  • Initialize cpm
cpm project init
  • Add required plugins:
cpm plugin add <plugin>
  • **Configure plugin (Only if required)
cpm plugin configure <plugin>

Enable cpm flow (Easy development)

  • Enable cpm flow
cpm flow enable
  • Checkout an issue to start development. This command supports interactive mode where you can select the task:
cpm flow checkout
  • Submit issue for review
cpm flow submit