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

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-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
0
likes
30
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

MIT (LICENSE)

Dependencies

args, http, io, meta, path, yaml

More

Packages that depend on voli