deno-args
deno-args copied to clipboard
Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Deno Args
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
- https://github.com/KSXGitHub/deno_run_tests_on_localhost/blob/0.2.2/cli.ts
Become a Patron
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