Skip to content

denosaurs/wait

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b3409f6 Β· Sep 24, 2024

History

48 Commits
Sep 22, 2024
Aug 31, 2020
May 23, 2023
Aug 25, 2020
Aug 25, 2020
Sep 15, 2021
Sep 22, 2024
Dec 27, 2022
Sep 24, 2024
Sep 22, 2024
Sep 22, 2024
Sep 24, 2024
Sep 19, 2020

Repository files navigation

wait

Tags CI Status License



Usage

import { wait } from "https://deno.land/x/wait/mod.ts";

const spinner = wait("Generating terrain").start();

setTimeout(() => {
  spinner.color = "yellow";
  spinner.text = "Loading dinosaurs";
}, 1500);

Other

Related

  • ora - Elegant terminal spinner

Contribution

Pull request, issues and feedback are very welcome. Code style is formatted with deno fmt and commit messages are done following Conventional Commits spec.

Licence

Copyright 2020-present, the denosaurs team. All rights reserved. MIT license.