1
0
mirror of https://github.com/go-task/task.git synced 2025-03-19 21:17:46 +02:00
Andrey Nering 1c782c599f Remove deprecated "$" and "^" prefixes
`$` was a variable prefix that make it being evaluated as shell. It was
replaced with `sh:`.

`^` is a command prefix that make it run another task. It was replaced
with `task:`.

These were added long ago when we were experimenting with stuff and kept for
some time for backward compatibility reasons, but sometimes causes confusion
and I think the time to remove the code came.

Closes #644
Closes #645
Ref #642

Co-authored-by: Trite <60318513+Trite8Q1@users.noreply.github.com>
2022-01-02 15:26:42 -03:00
2021-11-09 16:18:42 +02:00
2017-02-26 20:14:36 -03:00
2021-04-20 14:54:24 +02:00
2021-07-31 19:36:40 -03:00
2021-01-12 10:43:45 -03:00
2017-02-28 09:15:25 -03:00
2020-12-27 19:07:38 -03:00
2021-05-08 15:02:08 -05:00

Task

Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.

See taskfile.dev for the documentation.

Description
A task runner / simpler Make alternative written in Go
https://taskfile.dev/ Readme MIT 35 MiB
Languages
Go 90.4%
Shell 5.5%
TypeScript 1.6%
CSS 1%
JavaScript 1%
Other 0.5%