https://github.com/frectonz/manifest-gen
A manifest.json generator
https://github.com/frectonz/manifest-gen
manifest-generator manifest-json rust
Last synced: 11 months ago
JSON representation
A manifest.json generator
- Host: GitHub
- URL: https://github.com/frectonz/manifest-gen
- Owner: frectonz
- License: mit
- Created: 2021-12-04T08:18:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T10:44:12.000Z (over 2 years ago)
- Last Synced: 2025-03-24T20:38:08.767Z (over 1 year ago)
- Topics: manifest-generator, manifest-json, rust
- Language: Rust
- Homepage: https://asciinema.org/a/496160
- Size: 57.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# manifest-gen
`manifest-gen` is a CLI tool that helps you in creating a `manifest.json` file for your pwa.
## Run it with Nix
```bash
nix run github:frectonz/manifest-gen
```
## Demo
[](https://asciinema.org/a/496160)
## Installation
```sh
cargo install manifest-gen
```
## Usage
```sh
manifest-gen icon.png
```
`icon.png` is the image of your pwa.
### What does it do?
- Resizes the given image to appropriate sizes
- Asks a bunch of questions and fills in the fields in the manifest.json