https://github.com/studoo-app/go-fast-taskfile
Taskfile pour plus de productivité dans vos projets symfony
https://github.com/studoo-app/go-fast-taskfile
docker php symfony taskfile
Last synced: 11 months ago
JSON representation
Taskfile pour plus de productivité dans vos projets symfony
- Host: GitHub
- URL: https://github.com/studoo-app/go-fast-taskfile
- Owner: studoo-app
- License: mit
- Created: 2023-01-07T06:58:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T21:15:49.000Z (over 2 years ago)
- Last Synced: 2025-04-06T05:09:04.774Z (11 months ago)
- Topics: docker, php, symfony, taskfile
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# GO FAST TASKFILE

Pour limiter la répétition des commandes, voici une proposition d'un makefile orienté crossPlatform TaskFile. \
Plus d'information : [https://taskfile.dev/](https://taskfile.dev/)
### 1. Prérequis
Gestionnaire de package :
- [ ] Pour Windows -> Installer Scoop : [https://scoop.sh/](https://scoop.sh/)
- [ ] Pour MacOs -> Installer Brew : [https://brew.sh/](https://brew.sh/)
Stack à installer :
- [ ] Installer TaskFile > v3.20 : [https://taskfile.dev/installation/](https://taskfile.dev/installation/)
- [ ] Installer Docker : [https://docs.docker.com/get-docker/](https://docs.docker.com/get-docker/)
- [ ] Installer Docker Compose : [https://docs.docker.com/compose/install/](https://docs.docker.com/compose/install/)
- [ ] Installer PHP : [https://www.php.net/manual/fr/install.php](https://www.php.net/manual/fr/install.php)
- [ ] Installer Composer : [https://getcomposer.org/download/](https://getcomposer.org/download/)
- [ ] Installer Symfony CLI : [https://symfony.com/download](https://symfony.com/download)
Optionnel :
- [ ] Installer NodeJS : [https://nodejs.org/en/download/](https://nodejs.org/en/download/)
### 2. Installation Taskfile dans le projet
```bash
curl -fsS https://raw.githubusercontent.com/studoo-app/go-fast-taskfile/main/Taskfile.yaml > Taskfile.yaml
```
### 3. Initialisation du projet
```bash
task start
```