mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
Co-authored-by: Pete Davison <pd93.uk@outlook.com> Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>
6 lines
198 B
TypeScript
6 lines
198 B
TypeScript
export const taskName = 'Task';
|
|
export const taskDescription =
|
|
'A fast, cross-platform build tool inspired by Make, designed for modern workflows.';
|
|
|
|
export const ogUrl = 'https://taskfile.dev/';
|