Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zachvlat/wingetnite
WingetNite is a mobile application that leverages the Windows Package Manager (winget) and Flathub to simplify the installation and management of software packages on Windows and Linux systems.
https://github.com/zachvlat/wingetnite
android flatpak winget
Last synced: 6 days ago
JSON representation
WingetNite is a mobile application that leverages the Windows Package Manager (winget) and Flathub to simplify the installation and management of software packages on Windows and Linux systems.
- Host: GitHub
- URL: https://github.com/zachvlat/wingetnite
- Owner: zachvlat
- License: gpl-3.0
- Created: 2023-10-03T10:53:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T11:54:03.000Z (16 days ago)
- Last Synced: 2024-10-29T13:33:01.843Z (16 days ago)
- Topics: android, flatpak, winget
- Language: JavaScript
- Homepage: https://play.google.com/store/apps/details?id=com.zachvlat.wingetnite
- Size: 1.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WingetNite
This app is built with React Native and is released under the GNU General Public License version 3.0 (GPL-3.0).
[![Google Play](https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png)](https://play.google.com/store/apps/details?id=com.zachvlat.wingetnite)
## Getting Started
Follow these steps to get the app up and running on your local machine.
### Prerequisites
- Node.js: [Download and install Node.js](https://nodejs.org/)
- React Native CLI: [Setup React Native environment](https://reactnative.dev/docs/environment-setup)### Installation
1. Clone the repository:
```bash
git clone https://github.com/zachvlat/wingetnite.git
cd wingetnite
```2. Install dependencies:
```bash
npm install
```3. Start the local environment:
```bash
npx expo start
```