sample
Create a sample Python project in a specified directory. This provides a ready-made project to experiment with CodeLogician's formalization and reasoning capabilities.
Available in: codelogician CLI only
codelogician sample [OPTIONS] TGT_DIRArguments
| Argument | Description |
|---|---|
TGT_DIR | Target directory where the sample project will be created (required) |
Options
| Option | Description |
|---|---|
--json | Emit machine-readable JSON to stdout instead of rich terminal output |
Example
# Create a sample project
codelogician sample my_sample_project
# Create and get JSON output
codelogician sample --json my_sample_projectRelated
- Getting Started — install CodeLogician and run your first workflow
- agent — formalize the sample project files