Skip to content

ZenExtensions/zen-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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