/zen-cli

Automating boring things

Primary LanguageC#GNU General Public License v2.0GPL-2.0

Zen

Actions Status Current Version

This command helps make things several day to day things easier.

Overview

Installation

Installing is as simple as running this command 🤟

dotnet tool install --global zen-cli

If you need to update the cli, run the following command

dotnet tool update --global zen-cli

You need to have .net 6 runtime installed on your system for this.

Usage

You can invoke the command in bash (or powershell on windows) as follows.

zen --help
USAGE:
    zen [OPTIONS] <COMMAND>

EXAMPLES:
    zen gen uuid
    zen gen password
    zen gen gitignore
    zen getinfo ip

OPTIONS:
    -h, --help       Prints help information   
    -v, --version    Prints version information

COMMANDS:
    gen        Generate different things from cli
    getinfo    Get information from cl

Changelog

You can read complete changelog here