CodeBaseManager/cli - Repository
The goal of this module is provide helper regarding the organization of the repository (as well as project).
Overview
This section will give a brief overview of each command's capabilities.
For more informations, please see [] ⚠ TODO: add link to details
Create
The goal of create
is to quickly begin a project based on a template, such as:
cbm repository create <github link>
⚠ TODO: replace 'github link' with a real exemple ⚠
⚠ Currently only supports github repositories
If the repository contains a .cbm/repository.toml
file, additional steps to further initialize
the repository based on the given configuration will occur.
For more details see [] ⚠ TODO: add link to detailed section
Predicted
[ ] :warning: TODO: adds repo to local API
[ ] `--path` option to tell where to clone
[ ] support for more VCS
Todos
todos
is inspired by JetBrains' TODOs. Here's a quick exemple:
cbm repository todos
This will display all todos present in the working directory recursively, giving information about
the files & lines where each todo is located as well as content.
⚠ TODO: add screens
Predicted
[ ] :warning: TODO: Save todos in local API
[ ] :warning: TODO: provide way to handle todos directly via cli (interaction with local API)
Details
Create
Todos