Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 23 hours 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T21:15:49.000Z (over 1 year ago)
- Last Synced: 2025-02-14T01:41:57.950Z (1 day ago)
- Topics: docker, php, symfony, taskfile
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![separe](https://github.com/studoo-app/.github/blob/main/profile/studoo-banner-logo.png)
# GO FAST TASKFILE
![CI](https://github.com/bfoujols/setup-symfony-projet/actions/workflows/testing.yml/badge.svg)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
```