BirjuVachhani / spider

A small dart library to generate Assets dart code from assets folder.
https://spider.birju.dev/
Apache License 2.0
190 stars 19 forks source link

Allow using custom file as config #46

Closed ibrahim-mubarak closed 2 years ago

ibrahim-mubarak commented 2 years ago

Is your feature request related to a problem? Please describe. I like to keep my top level directory clean. As such I have moved most of my YAML files or other tools in a config directory and pass the file path to the tool

Describe the solution you'd like Add support for custom file path through a build flag such as --file or --path so the end result looks like spider build -f config/spider.yaml

BirjuVachhani commented 2 years ago

Available in v3.0.0. https://pub.dev/packages/spider/versions/3.0.0

Check readme for usage.