Skip to content

upn3xt/ezcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EzCLI - Create zig cli apps easly 🍃

EzCli is a package meant for speeding up cli development in zig for small applications.

Usage ⚙️

Check out the main file!

Instalation

1º Create a zig project and nav to it

2º Go to the release page and copy the url of the package. Example:

<somethingsomethingVx>.zip 

3º Do zig fetch --save <url>

4º Add as a dependency:

    const ezcli = b.dependency("ezcli", .{ .target = target, .optimize = optimize });

    exe.root_module.addImport("ezcli", ezcli.module("ezcli"));

And there you go! Tip: compile without writing any code to make sure it's all OK.

Status 🧪

Still under (active) development

Working on multiple commands and flags

About

Zig package for creating small cli apps

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages