Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/in.cinny.cinny
https://github.com/flathub/in.cinny.cinny
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/in.cinny.cinny
- Owner: flathub
- Created: 2022-05-20T06:57:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T17:21:52.000Z (3 months ago)
- Last Synced: 2024-09-15T00:32:33.978Z (3 months ago)
- Homepage: https://flathub.org/apps/details/in.cinny.Cinny
- Size: 6.05 MB
- Stars: 8
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cinny desktop
[Cinny desktop](https://github.com/cinnyapp/cinny-desktop.git) is made with Tauri and built using npm and cargo packages. Cinny itself has node dependencies managed with npm as well.## Source generation
To transform their package locks into flatpak sources, [flatpak-builder-tools](https://github.com/flatpak/flatpak-builder-tools) is used.```sh
# Generate cinny-desktop sources for use with cargo
/cargo/flatpak-cargo-generator.py -o cargo-sources.json /src-tauri/Cargo.lock# Generate cinny and cinny-desktop sources for use with npm
flatpak-node-generator --no-requests-cache -r -o node-sources.json npm /package-lock.json
```