mirror of
https://github.com/go-task/task.git
synced 2026-07-08 14:35:18 +00:00
7 lines
262 B
TypeScript
7 lines
262 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/';
|
|
export const ogImage = 'https://taskfile.dev/img/og_image.png';
|