Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flathub/in.cinny.cinny


https://github.com/flathub/in.cinny.cinny

Last synced: about 2 months ago
JSON representation

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
```