Skip to content

Commit 618150f

Browse files
committed
Add the why to use a Taskfile
1 parent 17e1b0d commit 618150f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ project and run common tasks via super simple commands.
55

66
![CLI Taskfile preview](./images/cli-preview.gif)
77

8-
## Create your own taskfile
8+
## Why
9+
10+
- Automate your most common tasks (updating, starting development, building, etc...)
11+
- Have a uniform method to run tasks for all your pojects
12+
- No project specific knowledge is required to get things done
13+
14+
# Create your own taskfile
915

1016
This project gives you a `Taskfile` base, and gives you a collection of usefull tasks to help out on your project.
1117

@@ -24,12 +30,12 @@ Check out the following sections for tasks that could be helpfull for your proje
2430
- [GitHub](./section/github.md)
2531
- [GitLab](./section/gitlab.md)
2632

27-
## Credits
33+
# Credits
2834

2935
This Taskfile setup is based on [Adrian Cooney's Taskfile setup](https://github.com/adriancooney/Taskfile) and
3036
[Enrise](https://enrise.com) their internal implementation of the Taskfile.
3137

32-
## Contribute
38+
# Contribute
3339

3440
Feel free to add your own Taskfile tasks via a PR. The more usefull tasks, the easier we make the life of other
3541
developers.

0 commit comments

Comments
 (0)