Skip to content

bit-bandit/ddate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ddate - Discordian calendar for TypeScript

Take your dates and make them actually good. It's like that one thing from the util-linux base that got removed, but as a module.

Usage

> import ddate from "./mod.ts"
> ddate();
"Setting Orange, 66 of Bureaucracy, YOLD 3188"
> ddate({ short: true });
"SO, 66 of Bcy, YOLD 3188"
> ddate({ date: "0"});
"Sweetmorn, 1 of Chaos, YOLD 3166"
> ddate({ date: "0", short: true});
"SM, 1 of Chs, YOLD 3166"

Bugs

Probably.

Copying

Check LICENSE, bub.

About

Discordian calendar for TypeScript masochists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors