KSXGitHub / deno-args

Extensible CLI arguments parser for Deno with intelligent TypeScript inference

Home Page:https://deno.land/x/args

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deno Args

GitHub Actions: CI

Extensible CLI arguments parser for Deno with intelligent TypeScript inference.

Demo and Examples

Demo on YouTube

https://youtu.be/luzgMWrRJxw

Examples

Examples are located at examples folder.

Sample Apps

Become a Patron

My Patreon Page.

Development

All tasks are in Drakefile.ts.

Run all tests

deno run -A --unstable Drakefile.ts all

Fix files

env UPDATE=true deno run -A --unstable Drakefile.ts all

License

MIT © Hoàng Văn Khải

About

Extensible CLI arguments parser for Deno with intelligent TypeScript inference

https://deno.land/x/args

License:MIT License


Languages

Language:TypeScript 98.5%Language:Shell 1.5%