mk (Make)
Efficiency is doing things right; effectiveness is doing the right things. This tool helps you do both.
Yet another task runner.
Installation
Binary for different OS distribution can be downloaded here. Linux, macOS, and Windows are supported.
From source
If you're into Rust, then mk can be installed with cargo. The minimum supported version of Rust is 1.37.0. The binaries produce may be bigger than expected as it contains debug symbols.
Manual installation
Follow the instruction below to install and use mk on your system.
- Download the binary for your OS distribution here.
- Copy it to your system binary directory (
/usr/local/bin) or to your userspace binary directory ($HOME/.local/bin).
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.