Skip to main content
Module

x/deno_changesets/deno.jsonc

A Deno native way to manage versioning and changelogs.
Latest
File
{ "fmt": { "options": { "singleQuote": true } }, "tasks": { "changeset": "deno run --allow-read --allow-write --allow-run main.ts", "dev": "deno run --watch main.ts", "test": "deno test -A", "test:watch": "deno test --watch -A" }}