Generate Command

Create new README.md files for your projects

Syntax

qmims generate [path] [options]

Arguments

ArgumentDescriptionDefault
pathPath to the project directoryCurrent directory

Options

OptionAliasDescription
--output-oSpecify output filename (default: README.md)
--mode-mGeneration mode (auto, template, instruct)
--force-fOverwrite existing files without prompting
--yes-yAutomatically approve all permission requests
--dry-runShow what would be done without making changes
--verbose-VShow detailed output for debugging
--list-available-templatesList available templates when using template mode

Examples

Generate README in auto mode for current directory:

qmims generate

Generate README for a specific project:

qmims generate /path/to/project

Generate using a specific template:

qmims generate --mode template:basic

Generate with a custom output filename:

qmims generate --output DOCS.md

Generate in dry run mode to preview changes:

qmims generate --dry-run

Generate with verbose output for debugging:

qmims generate --verbose

List available templates:

qmims generate --mode template --list-available-templates