/Flutter-Template-Generator

Flutter template generator

Primary LanguageDartMIT LicenseMIT

Welcome to Flutter-Template-Generator 👋

License: MIT

Simple tool for create new Flutter project from a template.

Requirements

  • ack >= 2.22
  • perl >= 5
  • bash >= 4.4.20
  • flutter >= 1.20.0

Install

git clone https://github.com/mjablecnik/Flutter-Template-Generator.git
export PATH=$PATH:$(pwd)/Flutter-Template-Generator/bin

Usage

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

Example

Configuration

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.

Author

👤 Martin Jablečník

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Martin Jablečník.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator