/voli

A command-line app that adds boilerplate code to your flutter app!

Primary LanguageDartMIT LicenseMIT

Voli

A command line (in progress) tool to generate boilerplate code.

Installation

in pubspec.yaml

dev_dependencies:
    voli: ^1.0.0-dev.3

Usage

flutter pub run voli -t <template_name> -p <full_path_to_templates_folder>
# flutter pub run voli -t tdd -p C:\Users\Source\Desktop\templates

Adding your own templates

Consider making a folder directory for your templates folder like this

Folder PATH listing
/directory/of/templates/folder
+---tdd
|   |   template.yaml
|   |
|   \---files
|           main.dart
|
\---toast
        template.yaml

Disclaimer

for now this package is not ready for use but is actively developed, please do not install untill a stable relase is published