Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/filiph/flutter_template_maker

A tool for automatically creating Flutter templates from existing Flutter projects.
https://github.com/filiph/flutter_template_maker

Last synced: 21 days ago
JSON representation

A tool for automatically creating Flutter templates from existing Flutter projects.

Awesome Lists containing this project

README

        

A tool for automatically creating Flutter templates
from existing Flutter projects.

First, create a copy of the `example/game_template.yaml` configuration file
and change values as appropriate. Then run the following command from the root
of this project:

```shell
dart bin/flutter_template_maker.dart path/to/your/config.yaml
```

The tool will generate files in the directories provided by the configuration
file.

In order to put `flutter_template_maker` into your $PATH, run the following
command from the root of this project:

```shell
dart pub global activate --source path .
```

Now it is possible to run `flutter_template_maker config.yaml` from anywhere.