Skip to content

bpevs/jd_plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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";