voli 1.0.0-dev.2 copy "voli: ^1.0.0-dev.2" to clipboard
voli: ^1.0.0-dev.2 copied to clipboard

outdated

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

Voli #

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

Installation #

in pubspec.yaml

dev_dependencies:
    voli: ^1.0.0

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

# find out how to make your own templates here https://github.com/meta-boy/VoliTemplates

Disclaimer #

for now this package is not ready for use but is actively developed, please do not install untill a stable relase is published
0
likes
0
pub points
0%
popularity

Publisher

verified publishermetaboy.info

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, http, io, meta, path, yaml

More

Packages that depend on voli