chore(sources): Initial commit files

This commit is contained in:
Gabriel Rohden
2020-06-03 09:28:01 -03:00
commit 3bfd3820eb
10 changed files with 861 additions and 0 deletions

8
build.yaml Normal file
View File

@@ -0,0 +1,8 @@
builders:
icomoon_selection_gen:
import: 'package:icomoon_selection_gen/builder.dart'
builder_factories: ['genFromJson']
build_extensions: {".json": [".dart"]}
auto_apply: root_package
build_to: source
applies_builders: ["source_gen|combining_builder"]