Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiacai2050/zigcli
A toolkit for building command lines programs in Zig.
https://github.com/jiacai2050/zigcli
cli lines-of-code tree zig zig-package
Last synced: 3 days ago
JSON representation
A toolkit for building command lines programs in Zig.
- Host: GitHub
- URL: https://github.com/jiacai2050/zigcli
- Owner: jiacai2050
- License: mit
- Created: 2022-09-20T14:39:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T01:46:59.000Z (15 days ago)
- Last Synced: 2025-01-09T18:37:59.585Z (10 days ago)
- Topics: cli, lines-of-code, tree, zig, zig-package
- Language: Zig
- Homepage: https://zigcli.liujiacai.net/
- Size: 236 KB
- Stars: 66
- Watchers: 3
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - jiacai2050/zigcli
README
#+TITLE: Introduction
#+DATE: 2023-10-21T12:09:48+0800
#+LASTMOD: 2025-01-04T09:41:46+0800
#+TYPE: docs
#+author: Jiacai Liu[[https://github.com/jiacai2050/zigcli][https://img.shields.io/github/stars/jiacai2050/zigcli.svg]]
[[https://github.com/jiacai2050/loc/actions/workflows/CI.yml][https://github.com/jiacai2050/loc/actions/workflows/CI.yml/badge.svg]]
[[https://github.com/jiacai2050/loc/actions/workflows/binary.yml][https://github.com/jiacai2050/loc/actions/workflows/release.yml/badge.svg]]
[[https://img.shields.io/badge/zig%20version-0.13.0-blue.svg]]#+begin_quote
[[https://zigcli.liujiacai.net/][Zigcli]] is a toolkit for building command line programs in Zig.
#+end_quoteOfficial website: https://zigcli.liujiacai.net/
It can be imported as [[https://zigcli.liujiacai.net/packages/][Zig packages]] or used directly as [[https://zigcli.liujiacai.net/programs/][command line programs]].
* Install
See [[https://zigcli.liujiacai.net/install][INSTALL]] page.
* Who's Using
If you're using =zigcli=, and would like to be added here, welcome to [[https://github.com/jiacai2050/zigcli/pulls][open a PR]].* License
MIT, see [[https://github.com/jiacai2050/zigcli/blob/main/LICENSE][LICENSE]] for details.