3 releases (breaking)
0.3.0 | Oct 2, 2022 |
---|---|
0.2.0 | Sep 18, 2022 |
0.1.0 | Aug 5, 2022 |
#1058 in Development tools
190KB
4.5K
SLoC
🤖 Automatons
An automation framework for developers.
This project implements a set of tools and components to automate software development workflows. At its core, automatons perform a series of actions when they are triggered by an outside event.
The project is in an early prototyping phase and not yet ready for public use.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
GitHub Integration for the Automatons Platform
The automatons platform is an automation framework for software developers, and this crate enables users to interact with GitHub. It defines resources that closely match the resources in GitHub's REST API, tasks that interact with these resources, and events that can be consumed by (and trigger) automations.
Dependencies
~12–21MB
~490K SLoC