K is a versatile command-line interface (CLI) tool designed to simplify the management and installation of essential development utilities.
Explore the docs »
Report Bug
·
Request Feature
I built this project to streamline the setup of various developer tools, enabling a more efficient workflow. It also serves as a skills assessment tool, allowing you to test your setup before using it in larger projects.
curl -sL https://raw.githubusercontent.com/josafamarengo/k-cli/main/install.sh | bash
- Download the binary
curl -L https://github.com/josafamarengo/k-cli/releases/download/v0.1.0/k-linux-amd64.tar.gz -o /tmp/k-linux-amd64.tar.gz
- Extract the k-linux-amd64
tar -xzf /tmp/k-linux-amd64.tar.gz -C /tmp
- Move the binary to the usr/local/bin directory
sudo mv /tmp/k /usr/local/bin
Distributed under the GNU General Public License v3.0. See LICENSE for more information.
If you want to contribute further to this project please see CONTRIBUTING for details.
Don't forget to give the project a star! Thanks again!
See the open issues for a list of proposed features (and known issues).
If you encounter any bugs or have feature requests, please open an issue on our Issue Tracker. Be sure to include a clear and concise description of the issue, any steps needed to reproduce the problem, and any relevant code snippets.