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

How do I set custom path where generated file is stored? #25

Closed ketanchoyal closed 4 years ago

BirjuVachhani commented 4 years ago

@ketanchoyal If you check the documentation, you will find that you can use package keyword to specify where to generate files.

Example

spider.yaml

package: values
ketanchoyal commented 4 years ago

Thanks, got it