Skip to content

k is a versatile command-line interface (CLI) tool designed to simplify the management and installation of essential development utilities. It provides an intuitive and interactive user experience.

License

Notifications You must be signed in to change notification settings

josafamarengo/k-cli

Repository files navigation

LinkedIn Issues Contributors Stars Forks License


k-cli

K CLI

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

Table of Contents

  1. About The Project
  2. License
  3. Contributing

About The Project

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.

(back to top)

Installation

Execute the following command

curl -sL https://raw.githubusercontent.com/josafamarengo/k-cli/main/install.sh | bash

Manual Installation

  1. 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
  1. Extract the k-linux-amd64
tar -xzf /tmp/k-linux-amd64.tar.gz -C /tmp
  1. Move the binary to the usr/local/bin directory
sudo mv /tmp/k /usr/local/bin

(back to top)

Usage

(back to top)

License

Distributed under the GNU General Public License v3.0. See LICENSE for more information.

(back to top)

Contributing

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!

Roadmap

See the open issues for a list of proposed features (and known issues).

Issue Tracker

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.

(back to top)

Top contributors:

contrib.rocks image

(back to top)

Built with ❤︎ by Josafá Marengo

About

k is a versatile command-line interface (CLI) tool designed to simplify the management and installation of essential development utilities. It provides an intuitive and interactive user experience.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published