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
- Host: GitHub
- URL: https://github.com/bpevs/jd_plugins
- Owner: bpevs
- Created: 2022-03-20T00:24:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T23:15:28.000Z (about 4 years ago)
- Last Synced: 2025-12-07T02:40:41.694Z (6 months ago)
- Topics: cli, deno, johnny-decimal, typescript
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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";
```