-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.yaml
More file actions
25 lines (24 loc) · 746 Bytes
/
build.yaml
File metadata and controls
25 lines (24 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# builders:
# openapi_generator_flutter:
# import: "package:openapi_generator_flutter/builder.dart"
# builder_factories: ["openapi_generator_flutter"]
# build_extensions: {".yaml": [".dart"]}
# auto_apply: dependents
# build_to: source
targets:
$default:
sources:
- $package$
- lib/**
- open_api_files/**
builders:
openapi_generator_flutter:
enabled: true
options:
run_generator: true
input_folder: "open_api_files"
output_folder: "lib/generated"
# input_urlsはオプショナル
# 指定がない場合はinput_folderのファイルを使用
# input_urls:
# - "open_api_files/kabu_station_api.yaml"