We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package.yamlのような物を配置する
The text was updated successfully, but these errors were encountered:
CSVで管理する
cj-bc/libblib, 0.3 niieani/bash-oo-framework, 2.0
パースが楽、シンプル
「ライブラリの依存ライブラリ」の管理方法にならない
Sorry, something went wrong.
yamlで管理してPackage型にするのはどうか
name: libblib description: core of bash package manager 'blib' dependencies: - name: cj-bc/libtar version: 0.3 - name: https://github.com/niieani/bash-oo-framework version: 2.0
class:Package() { public string name = "" array version = () map dependencies Package::fromYaml() { [string] path Yaml yml = $(Yaml::fromFile path) Package pkg $var:pkg name = "$(Data.Yaml.FindKey } } Package pkg=$(Package::loadYaml "package.yaml")
No branches or pull requests
現状の問題点
解決策
package.yamlのような物を配置する
The text was updated successfully, but these errors were encountered: