DEV Community

Dakota Lewallen
Dakota Lewallen

Posted on • Updated on

deno-diceware. A Deno Password Generator.

What is this?

deno-diceware is a Command-Line utility for generating passwords based on the Diceware Standard.

How does it work?

$: diceware --count 5
    output:
$: xxxxxxxxxxx (password)
Enter fullscreen mode Exit fullscreen mode

Where can I find it?

deno-diceware

Can I contribute?

Absolutely!! Open-source is based on collaboration! Fork the repository, work to your hearts content, and submit a pull request once you think it's ready.

Motivation

DENO! I'm super excited that there's a new server-side JavaScript runtime being released. It's pretty clearly far from production-ready, but that doesn't mean we can't start working with it.

Closing Thoughts

So far, Deno feels like a major upgrade from Node. Top-level await + typescript out of the box feels almost magical. The other major improvement I've noticed that isn't really being mentioned is the standard library. Node obviously has a set of standard features, but unlike most server-side languages it lacks a dedicated standard library. In Deno, the stdlib is not only well defined, but really robust for where the language is in its lifecycle.

The future of JavaScript looks bright. But let's hear your thoughts? Have you built anything with Deno yet? Are you planning on giving it a go? Or are you sick and tired of seeing JavaScript reinvented every six months? Let everyone know in the comments.


Find me on Twitter | LinkedIn
Sponsor me on Github
Like the article? Buy me a coffee!

Top comments (1)

Collapse
 
sunstrous profile image
SunstroUS

Always bet on javascript