#任务执行 #执行 #任务运行器

已删除 rune-rs

可扩展的任务执行和生成工具

1.0.0 2020年9月6日

#23 in #任务执行

MIT 许可证

335KB
160


可扩展的任务执行和生成工具

Version License: MIT Made with Rust gh-actions PRs Welcome awesome


✨ 安装

从 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