To get started with the project, follow these steps:
- Clone the repository:
cpm project clone <repository-url>
- Navigate to the repository directory:
cpm project goto <repo-name>
- Initialize cpm
cpm project init
- Add required plugins:
cpm plugin add <plugin>
- **Configure plugin (Only if required)
cpm plugin configure <plugin>
- 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