Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.12 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.12 KB

arx

Checks

Simple and user-friendly command-line tool for declarative scaffolding.

Status

Note

This is an MVP.

  • Spec was fleshed out and (mostly) implemented.
  • Spec is thoroughly commented and temporarily serves as a reference/documentation.
  • Bugs and uncovered edge cases are to be expected.
  • Test coverage is lacking.

Installation

Right now arx can only be installed from source via Cargo.

From source (Cargo)

Make sure to install Rust toolchain first. After that you can install arx using Cargo:

cargo install --locked --git https://github.com/norskeld/arx

Acknowledgements

Thanks to Rich Harris and his degit for inspiration. :^)

License

MIT