Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 486 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 486 Bytes

poly

The tool to end all tools

Install

$ cargo install --git https://github.com/metame/poly.git

or clone repo and run:

cargo install --path .

Usage

$ poly <language> <command>

e.g.

$ poly rust build
You want to Build with Rust? Let me try to help you with that
cargo build

Possible improvements