Skip to main content

Crafting Command-Line Magic - Why Deno and Cliffy Are a Good Choice for CLIs

· 5 min read
Calvin Wilkinson
Creator and Maintainer of Velaptor (and other projects)

deno

The Deno and Cliffy Marriage: A Match Made in Heaven

Creating a robust command-line interface (CLI) used to be a daunting task, fraught with the complexities of bundling, dependency management, and distribution. Today, using the Deno runtime/platform, you can simplify this process by using the powerful combination of Deno and Cliffy.

Deno, the secure JavaScript/TypeScript runtime, brings a modern, permission-based approach to the table. Cliffy, a powerful command-line framework for Deno, provides an elegant and intuitive way to build sophisticated CLIs. Together, they create a development environment that is not only productive but also highly secure and easy to manage.

CICD with Deno

· 11 min read
Calvin Wilkinson
Creator and Maintainer of Velaptor (and other projects)

deno

Intro

A lot of us just want to work on our core project and not have to worry about things like documentation, workflows, status checks, and a readme file, right? I can empathize with that!! Though I'm passionate about making sure those things get done and done well, I also understand that everybody's time is limited and you just want to work on your core project.