Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 491 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 491 Bytes

jd_plugins

My personal plugins that I use with Johnny Decimal CLI

Usage

Utilities are not published on deno.land. Import them via github.

Using Latest:

import { getDailyNote } from "https://raw.github.com/ivebencrazy/jd_plugins/main/mod.ts";

Using Specific Release (in this case, v1.0.0):

import { getDailyNote } from "https://raw.github.com/ivebencrazy/jd_plugins/1.0.0/mod.ts";