dev-resources.site
for different kinds of informations.
Day 14: Keep on Spinning! β»οΈ
Published at
12/14/2024
Categories
webdev
deno
beginners
webadvent
Author
valeriavg
Author
9 person written this
valeriavg
open
Today I'd like to share a tiny tool called nanospinner. It does one thing and one thing only: it shows a terminal spinner and a β when complete!
As usual, install with deno add npm:nanospinner
and create a file, e.g. main.ts
with the following contents:
import { createSpinner } from 'nanospinner'
const spinner = createSpinner('Counting days till Christmas').start()
setTimeout(() => {
spinner.success()
}, 2000)
Start with e.g. deno run -A ./main.ts
and behold:
In addition to spinner.success
there's expectably spinner.warn
and spinner.error
.
All of those methods can be customised in a multitude of ways: from colors and symbols to custom animation frames!
Check it out and share you creations!
Liked the content and would love to have more of it all year long?
deno Article's
30 articles in total
Deno docker
read article
Day 24: Paint by Pixels π¨
read article
Day 22: How the Tables have turned π
read article
Day 20: Not a Dedent! π§
read article
Day 23: Terminal Images πΌοΈ
read article
Day 19: Highlight'em up! π
read article
Day 18: Got a millisecond? β±οΈ
read article
You can omit `run` from `deno run` command
read article
Day 17: Terminal Links & Other Escapes π
read article
Day 8: D-8 π±
read article
Day 7: Your input is valid ποΈ
read article
π Rust Coders, Donβt Miss These 25 Resource Picks
read article
Day 9: Terminal Forms π
read article
Dynamic DNS sync with Cloudflare
read article
Day 14: Keep on Spinning! β»οΈ
currently reading
π Automate Your PostgreSQL Backups with Ease! π³
read article
Day 21: In the name of Progress! π
read article
π Automate Your PostgreSQL Backups with Ease! π³
read article
Runtime challenge: Bun vs Node
read article
I built a Fullstack Deno 2 application
read article
Self Writing Lang Graph State
read article
Supabase Just Got More Powerful: Queue, Cron, and Background Tasks in Edge Functions
read article
Day 4: ASCII Art Fonts ποΈ
read article
Day 13: I love Boxes! π¦
read article
#2 Daily Rabbit Holes: Diving Deeper into Rust, V8, and the JavaScriptβ’οΈ Saga
read article
Day 12: Pico-co-colors π₯
read article
π Bun vs Deno: When to Use Each in Your Projects?
read article
Exploring Bun.js Over Deno: A Humble Developer's Tale
read article
Day 10: Ho-ho-hono! π₯
read article
Benchmarking in Node.js vs Deno: A Comprehensive Comparison
read article
Featured ones: