1.0.0 |
|
---|
#23 in #任务执行
335KB
160 行
可扩展的任务执行和生成工具
✨ 安装
从 AUR
尚未完成
从源代码
git clone https://github.com/safinsingh/rune.git
cargo build --release
# for subsequent builds
rune release
🔮 在行动
📖 使用方法
所有 Rune 目标都定义在 Rune.example
中,例如这样
# Global information, name and version
# Are required
name: Rune
version: 1.0.0
author: Safin Singh
# Array of all goals
goals:
# Default goal runs when none are specified
default: echo hi
# An array of commands
two:
- echo hi
- echo hi2
# An array of commands with messages
# that are displayed in verbose mode
three:
- message: execute command
cmd:
- echo hello
- echo hello2
- message: execute command
cmd:
- echo hello
- echo hello2
👨💻 作者
LinkedIn: Safin Singh
GitHub: safinsingh
Dribbble: Safin Singh
YouTube: Safin Singh
🤝 贡献
欢迎贡献、PR、问题和功能请求!请随意查看我的 问题页面。
❤️ 展示您的支持
如果这个项目对您有帮助,请给一个 ⭐️!希望您喜欢它!
依赖
~2–13MB
~115K SLoC