An open API service indexing awesome lists of open source software.

https://github.com/bpevs/jd_plugins

My Personal Johnny Decimal CLI Plugins
https://github.com/bpevs/jd_plugins

cli deno johnny-decimal typescript

Last synced: about 2 months ago
JSON representation

My Personal Johnny Decimal CLI Plugins

Awesome Lists containing this project

README

          

# jd_plugins

My personal plugins that I use with
[Johnny Decimal CLI](https://github.com/ivebencrazy/johnny_decimal)

## Usage

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

**Using Latest:**

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

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

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