Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucacasonato/flag


https://github.com/lucacasonato/flag

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# 🏳️‍🌈

A module that prints out the progress flag to the terminal.

## Usage

```shellsession
deno run jsr:@luca/flag@1
```

You can also import the module and use it in your code:

```typescript
import { printProgress } from "jsr:@luca/flag@1";

printProgress();
```