Skip to content
#

spinners

Here are 86 public repositories matching this topic...

mainrs
mainrs commented Jul 16, 2020

Would you be interested in having GA workflows being added to the repository? I could provide you these workflows:

  • CI workflow triggered on PRs:
    • Does formatting checking
    • Runs clippy
    • Runs tests
  • CD workflow triggered when pushing a git tag:
    • Pushes a new version to crates.io

Additionally, the following could be done:

  • CI workflow for scheduled spinner updates:
    • Runs
react-awesome-loaders
jcarpanelli
jcarpanelli commented Jun 5, 2019

The idea is to implement a new method called remove that receives a spinner reference name as argument and removes that spinner from the list, and thus should not be printed again in the terminal If no reference is given, the method call does nothing.

Example usage:

const spinnies = new Spinnies();
spinnies.add('spinner-1');
spinnies.add('spinner-2');
spinnies.add('spinner-3');
se
feature good first issue

Improve this page

Add a description, image, and links to the spinners topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spinners topic, visit your repo's landing page and select "manage topics."

Learn more