{"id":18497443,"url":"https://github.com/elastio/devx","last_synced_at":"2025-04-10T04:59:36.072Z","repository":{"id":38375687,"uuid":"284525229","full_name":"elastio/devx","owner":"elastio","description":"Collection of utilities for writing your own dev scripts","archived":false,"fork":false,"pushed_at":"2022-10-28T04:02:50.000Z","size":1891,"stargazers_count":63,"open_issues_count":5,"forks_count":1,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-03T01:11:09.477Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elastio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-02T19:12:46.000Z","updated_at":"2025-03-12T16:33:04.000Z","dependencies_parsed_at":"2022-08-25T02:11:46.704Z","dependency_job_id":null,"html_url":"https://github.com/elastio/devx","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastio%2Fdevx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastio%2Fdevx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastio%2Fdevx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastio%2Fdevx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elastio","download_url":"https://codeload.github.com/elastio/devx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161266,"owners_count":21057554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T13:34:34.209Z","updated_at":"2025-04-10T04:59:36.047Z","avatar_url":"https://github.com/elastio.png","language":"Rust","readme":"[cargo-xtask]: https://github.com/matklad/cargo-xtask\n\n[devx-cmd-docs-rs]: https://docs.rs/devx-cmd\n[devx-cmd-docs-rs-badge]: https://docs.rs/devx-cmd/badge.svg\n[devx-cmd-crates-io]: https://crates.io/crates/devx-cmd\n[devx-cmd-crates-io-badge]: https://img.shields.io/crates/v/devx-cmd.svg?logo=rust\n\n[devx-pre-commit-docs-rs]: https://docs.rs/devx-pre-commit\n[devx-pre-commit-docs-rs-badge]: https://docs.rs/devx-pre-commit/badge.svg\n[devx-pre-commit-crates-io]: https://crates.io/crates/devx-pre-commit\n[devx-pre-commit-crates-io-badge]: https://img.shields.io/crates/v/devx-pre-commit.svg?logo=rust\n\n\u003ch1 align=\"center\"\u003e\n    \u003cpre\u003edevx\u003c/pre\u003e\n\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca alt=\"GitHub Actions\" href=\"https://github.com/elastio/devx/actions\"\u003e\n        \u003cimg src=\"https://github.com/elastio/devx/workflows/ci/badge.svg\"/\u003e\n    \u003c/a\u003e\n    \u003ca alt=\"Master docs\" href=\"https://elastio.github.io/devx/devx_cmd/index.html\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/docs-master-green.svg\"/\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\nDevx is a collection of utilities for writing your own dev scripts in Rust.\nThe project is inspired by and intended for seamless usage with [`cargo-xtask` idioms (you are highly encouraged to study them first)][cargo-xtask].\n\nMost notably it provides convenient APIs for:\n- Spawing and interacting with external processes [`devx-cmd`][devx-cmd-docs-rs]\n- Creating git pre-commit hooks that enforce good practices [`devx-pre-commit`][devx-pre-commit-docs-rs]\n\n## Crate map\n\n\nCrate | docs.rs | crates.io\n--|--|--\n`devx-cmd` | [![][devx-cmd-docs-rs-badge]][devx-cmd-docs-rs] | [![][devx-cmd-crates-io-badge]][devx-cmd-crates-io]\n`devx-pre-commit` | [![][devx-pre-commit-docs-rs-badge]][devx-pre-commit-docs-rs] | [![][devx-pre-commit-crates-io-badge]][devx-pre-commit-crates-io]\n\n\n## Goals\n\nAll `devx` crates take a convenience-first approach.\nThe goal is to provide developer-friendly, and laconic APIs as well as the shortest possible compile times.\n\nIn particular, this implies:\n- Batteries-included\n- A vanishingly small amount of dependencies\n- Using concrete types and a limited amount of generics\n- Logging is included\n- Opaque dynamic errors\n- Less borrowed and non-thread-safe types\n\nThe non-goals are\n- Performance and robust consistency\n- Usage in highly non-standard projects. Instead, we expect `cargo` layout and sane project configurations. Ideally, `devx` and `cargo-xtask` might become a framework for enforcing good practices for Rust projects development.\n\n#### License\n\n\u003csup\u003e\nLicensed under either of \u003ca href=\"LICENSE-APACHE\"\u003eApache License, Version\n2.0\u003c/a\u003e or \u003ca href=\"LICENSE-MIT\"\u003eMIT license\u003c/a\u003e at your option.\n\u003c/sup\u003e\n\n\u003cbr\u003e\n\n\u003csub\u003e\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in this project by you, as defined in the Apache-2.0 license, shall be\ndually licensed as above, without any additional terms or conditions.\n\u003c/sub\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastio%2Fdevx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felastio%2Fdevx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastio%2Fdevx/lists"}