mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-26 06:47:20 +00:00
feat(cli): pretty build.yaml generation, full English docs, robust init command\n\n- build.yaml is always formatted\n- CLI help and output in English\n- README with usage and examples\n- Custom output dir and build.yaml supported\n- Safe update of existing configs\n- json2yaml for pretty YAML output
This commit is contained in:
13
cherrypick_cli/pubspec.yaml
Normal file
13
cherrypick_cli/pubspec.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: cherrypick_cli
|
||||
version: 0.1.0
|
||||
publish_to: none
|
||||
description: CLI tool for CherryPick DI ecosystem
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
dependencies:
|
||||
args: ^2.4.2
|
||||
yaml: ^3.1.2
|
||||
yaml_edit: ^2.1.1
|
||||
json2yaml: ^3.0.0
|
||||
executables:
|
||||
cherrypick_cli:
|
||||
Reference in New Issue
Block a user