mix task_validator.create_template (TaskValidator v0.4.1)
View SourceCreates 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)
Example
mix task_validator.create_template
mix task_validator.create_template --path ./docs/TaskList.md --prefix SSH
Summary
Functions
Callback implementation for Mix.Task.run/1
.
Functions
Callback implementation for Mix.Task.run/1
.