Simple tool for create new Flutter project from a template.
- ack >= 2.22
- perl >= 5
- bash >= 4.4.20
- flutter >= 1.20.0
git clone https://github.com/mjablecnik/Flutter-Template-Generator.git
export PATH=$PATH:$(pwd)/Flutter-Template-Generator/bin
ftg run # generate new project in interactive mode
ftg change # generate new project in sandbox directory for change any template
ftg convert # convert and save any existing Flutter project into new template
ftg clean # clean sandbox
ftg help # get help
You can create your own cofiguration file where you can setup the most common informations.
FTG will be setup this specific informations from config automatically.
For find of your config you need setup FTG_CONFIG global variable with path to your config.
Example of my configuration is here.
👤 Martin Jablečník
- Website: martin-jablecnik.cz
- Github: @mjablecnik
Give a ⭐️ if this project helped you!
Copyright © 2021 Martin Jablečník.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator