Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/filiph/flutter_template_maker
- Owner: filiph
- Created: 2023-10-17T09:39:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-17T09:53:17.000Z (over 1 year ago)
- Last Synced: 2024-12-30T05:35:38.849Z (23 days ago)
- Language: Dart
- Homepage:
- Size: 4.88 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.