Compatibility
- Uses Deno [email protected]
Importing
- Run the latest release by using the following in your project(s):
deno run --allow-read='.' https://deno.land/x/[email protected]/mod.ts
- Or install:
deno install -f --allow-read='.' https://deno.land/x/[email protected]/mod.ts
Updates
- feat: Support an arg for file to check (#32)