Module

x/cliffy/deno.jsonc

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
File
{ "tasks": { "lint": "deno lint && deno fmt --check", "fmt": "deno fmt", "test": "deno test --allow-env --allow-read=./ --allow-run=deno --unstable --parallel", "snapshot": "deno task test --allow-write=./ -- --update", "check:examples": "deno check --unstable examples/*{.ts,/*.ts}", "coverage": "deno task test --coverage=./cov && deno coverage --unstable --lcov ./cov > cov.lcov", "eggs": "deno run -A --unstable https://x.nest.land/eggs@0.3.10/eggs.ts", "update": "deno run --allow-read=./ --allow-net --allow-write=./ https://deno.land/x/deno_outdated@0.2.3/cli.ts --ignore README.md CHANGELOG.md CONTRIBUTING.md" // "update": "deno run --allow-read=./ --allow-write=./ https://deno.land/x/udd@0.7.5/main.ts" globs are a bit weird in tasks: https://github.com/denoland/deno/discussions/15625 }}