Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucacasonato/flag
https://github.com/lucacasonato/flag
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucacasonato/flag
- Owner: lucacasonato
- License: mit
- Created: 2023-12-15T10:08:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:45:14.000Z (11 months ago)
- Last Synced: 2024-10-06T10:49:36.488Z (about 1 month ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
```