mix task_validator.create_template (TaskValidator v0.8.0)

View Source

Creates a template TaskList.md file with example tasks.

This task generates a new TaskList.md file with example tasks that follow the required structure and format specifications. Use this as a starting point for your own task list.

Usage

mix task_validator.create_template [OPTIONS]

Options

--path       Path where to create the TaskList.md file (default: ./TaskList.md)
--prefix     Project prefix for example tasks (default: PRJ)
--category   Task category to generate template for: core, features, documentation, testing (default: features)

Example

mix task_validator.create_template
mix task_validator.create_template --path ./docs/TaskList.md --prefix SSH --category core
mix task_validator.create_template --category documentation

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

Callback implementation for Mix.Task.run/1.