1 Star 1 Fork 7

Sticker/git-touch

forked from pd4d10/git-touch 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.yaml 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
pd4d10 提交于 2020-01-07 15:07 . refactor: make artemis config clean
targets:
$default:
builders:
json_serializable:
options:
# Options configure how source code is generated for every
# `@JsonSerializable`-annotated class in the package.
#
# The default value for each is listed.
#
# For usage information, reference the corresponding field in
# `JsonSerializableGenerator`.
# any_map: false
# checked: false
# create_factory: true
# create_to_json: true
# disallow_unrecognized_keys: false
# explicit_to_json: false
# field_rename: snake
# generate_to_json_function: true
# include_if_null: true
# nullable: true
# use_wrappers: false
artemis:
options:
schema_mapping:
- schema: lib/github.schema.json
output: lib/graphql/gh.dart
queries_glob: lib/graphql/gh_*.graphql
resolve_type_field: __typename
add_query_prefix: true
scalar_mapping:
- graphql_type: URI
dart_type: String
- graphql_type: GitObjectID
dart_type: String
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Dart
1
https://gitee.com/inweizhi/git-touch.git
git@gitee.com:inweizhi/git-touch.git
inweizhi
git-touch
git-touch
main

搜索帮助