文件名称:lazyscripts:多用途shell脚本可自动执行常规任务
文件大小:171KB
文件格式:ZIP
更新时间:2024-05-07 08:40:09
shell automation C
多用途shell脚本可自动执行常规任务 :open_book: 对这个 作为任何开发人员,我都有很多日常任务需要做。 其中有些很难(例如设置我的工作站),有些则很无聊(例如报告)。 该存储库旨在创建脚本以相应地自动化这些任务。 :male_sign::male_sign: 快速开始 使用此存储库就像执行bin文件夹中的任何二进制文件一样简单。 例如,您可以使用以下命令执行bootstrap-code-env脚本: ./bin/bootstrap-code-env :woman::microscope: 用法 每个脚本都包含--help参数。 如果在运行命令时提供了该参数,则可以查看简要的文档,解释脚本的功能以及如何使用它。 例如: > ./bin/bootstrap-code-env --help Bootstraps my code environment on the current machine by installing all required tool
【文件预览】:
lazyscripts-main
----bin()
--------install-dev-tools(28KB)
--------bootstrap-code-env(21KB)
--------bootstrap-codespaces(18KB)
--------install-shell-tools(29KB)
--------install-dotfiles(19KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(508B)
--------ISSUE_TEMPLATE()
----LICENSE(11KB)
----src()
--------commands()
--------modules()
----.devcontainer()
--------devcontainer.json(60B)
----README.md(2KB)