File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ project and run common tasks via super simple commands.
5
5
6
6
![ CLI Taskfile preview] ( ./images/cli-preview.gif )
7
7
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
9
15
10
16
This project gives you a ` Taskfile ` base, and gives you a collection of usefull tasks to help out on your project.
11
17
@@ -24,12 +30,12 @@ Check out the following sections for tasks that could be helpfull for your proje
24
30
- [ GitHub] ( ./section/github.md )
25
31
- [ GitLab] ( ./section/gitlab.md )
26
32
27
- ## Credits
33
+ # Credits
28
34
29
35
This Taskfile setup is based on [ Adrian Cooney's Taskfile setup] ( https://github.com/adriancooney/Taskfile ) and
30
36
[ Enrise] ( https://enrise.com ) their internal implementation of the Taskfile.
31
37
32
- ## Contribute
38
+ # Contribute
33
39
34
40
Feel free to add your own Taskfile tasks via a PR. The more usefull tasks, the easier we make the life of other
35
41
developers.
You can’t perform that action at this time.
0 commit comments