Skip to content

Commit a8bced9

Browse files
committed
docs: add why taskfile page
1 parent 7ea31bd commit a8bced9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Why We Chose Taskfile for Fastfony
2+
3+
Taskfile is our preferred task runner for Fastfony. We chose Taskfile because it is easy to install and use on Linux, macOS, and Windows. In contrast, Make is not natively available on Windows and can be more difficult to set up, which can slow down onboarding and development.
4+
5+
## Advantages of Taskfile
6+
7+
- **Cross-platform support:** Taskfile works seamlessly on Linux, macOS, and Windows.
8+
- **Simple installation:** No need for complex setup or dependencies.
9+
- **Modern features:** Taskfile provides a clean syntax and advanced features for task automation.
10+
11+
Taskfile makes it easy for all developers to run project tasks, regardless of their operating system.
12+
13+
## Installation
14+
15+
To install Taskfile, follow the official instructions for your preferred packages manager (or operating system): https://taskfile.dev/docs/installation
16+
17+
## Make is also supported
18+
19+
We understand that some developers may prefer to use Make. Therefore, we have included a Makefile in the project that mirrors the functionality of the Taskfile. You can use either Taskfile or Make to run tasks in Fastfony.
20+

0 commit comments

Comments
 (0)