文件名称:den:pubspec 创作工具
文件大小:18KB
文件格式:ZIP
更新时间:2024-07-01 04:57:35
Dart
书房 一个 pubspec 创作工具。 ##安装 pub global activate den ##用法 # `den ...` requires Dart >=1.7, on 1.6 use `pub global run den ...` # Create a pubspec. Field value prompts default to your local git info. den spec # Bypass prompts, accept defaults. den spec --force # Bump your pubspec version (and do a tagged version commit if in a git repo) den bump patch # 1.2.3 -> 1.2.4 den bump minor
【文件预览】:
den-master
----.gitignore(246B)
----pubspec.yaml(579B)
----README.md(3KB)
----CHANGELOG.md(75B)
----bin()
--------den.dart(154B)
----test()
--------test.dart(30B)
----LICENSE(1KB)
----tool()
--------travis.sh(315B)
----.travis.yml(66B)
----lib()
--------src()