mirror of
https://github.com/go-task/task.git
synced 2025-01-08 04:04:08 +02:00
7 lines
413 B
TypeScript
7 lines
413 B
TypeScript
export const GITHUB_URL = 'https://github.com/go-task/task';
|
|
export const TWITTER_URL = 'https://twitter.com/taskfiledev';
|
|
export const MASTODON_URL = 'https://fosstodon.org/@task';
|
|
export const DISCORD_URL = 'https://discord.gg/6TY36E39UK';
|
|
export const STACK_OVERFLOW = 'https://stackoverflow.com/questions/tagged/taskfile';
|
|
export const ANSWER_OVERFLOW = 'https://www.answeroverflow.com/c/974121106208354339';
|