A CLI for Johnny Decimal johnny.bpev.me
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

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.githubusercontent.com/ivebencrazy/jd_plugins/main/mod.ts";

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

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