Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winstxnhdw/file-dumper
A simple file dumper Progressive Web Application.
https://github.com/winstxnhdw/file-dumper
bun progressive-web-app vite
Last synced: 3 days ago
JSON representation
A simple file dumper Progressive Web Application.
- Host: GitHub
- URL: https://github.com/winstxnhdw/file-dumper
- Owner: winstxnhdw
- Created: 2025-01-18T17:11:02.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2025-02-06T23:36:43.000Z (3 days ago)
- Last Synced: 2025-02-07T00:25:32.464Z (3 days ago)
- Topics: bun, progressive-web-app, vite
- Language: HTML
- Homepage: https://file-dumper.netlify.app/
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# file-dumper
[![Netlify Status](https://api.netlify.com/api/v1/badges/3dde66de-6b7f-4237-b2a7-0d683368da4d/deploy-status)](https://app.netlify.com/sites/file-dumper/deploys)
[![main.yml](https://github.com/winstxnhdw/file-dumper/actions/workflows/main.yml/badge.svg)](https://github.com/winstxnhdw/file-dumper/actions/workflows/main.yml)
[![formatter.yml](https://github.com/winstxnhdw/file-dumper/actions/workflows/formatter.yml/badge.svg)](https://github.com/winstxnhdw/file-dumper/actions/workflows/formatter.yml)`file-dumper` is a tiny vanilla TypeScript Vite PWA for dumping the contents of *any* file. This application is made for iOS users to read file(s) with an unrecognisable extension. Just for fun, you can see our full Lighthouse report [here](https://lighthouse-metrics.com/lighthouse/checks/a553c43b-d520-44a7-8684-d8d2f2461d35/runs/cb271ee8-5d9e-49b1-8aae-94c367b27f95).
## Installation
You can install the application by visiting [file-dumper](https://file-dumper.netlify.app/) and adding it to your home screen.
## Development
Run the following to install all dependencies.
```bash
bun install
```To begin development, run the following.
```bash
bun dev
```