Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.23 KB

GInfo Project Generator

   _____ _____        __        _____           _           _      _____                           _
  / ____|_   _|      / _|      |  __ \         (_)         | |    / ____|                         | |
 | |  __  | |  _ __ | |_ ___   | |__) | __ ___  _  ___  ___| |_  | |  __  ___ _ __   ___ _ __ __ _| |_ ___  _ __
 | | |_ | | | | '_ \|  _/ _ \  |  ___/ '__/ _ \| |/ _ \/ __| __| | | |_ |/ _ \ '_ \ / _ \ '__/ _` | __/ _ \| '__|
 | |__| |_| |_| | | | || (_) | | |   | | | (_) | |  __/ (__| |_  | |__| |  __/ | | |  __/ | | (_| | || (_) | |
  \_____|_____|_| |_|_| \___/  |_|   |_|  \___/| |\___|\___|\__|  \_____|\___|_| |_|\___|_|  \__,_|\__\___/|_|
                                              _/ |
                                             |__/

This project includes scripts that are intended to generate base symfony projects, with GInfo flavour. It's just an automation of this tutorial.

Installation

Just clone the repo and launch the script. Works with Python 3.

Usage

To generate a new Symfony4 project :

python ginfoproject.py

And then follow the inscructions.

License

MIT