Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nevinmathew/nativefier-for-dev.java
https://github.com/nevinmathew/nativefier-for-dev.java
command-line electronjs java nativefier
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nevinmathew/nativefier-for-dev.java
- Owner: nevinmathew
- Created: 2023-02-09T13:51:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T09:12:23.000Z (about 1 year ago)
- Last Synced: 2024-11-07T10:20:35.248Z (2 months ago)
- Topics: command-line, electronjs, java, nativefier
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nativefier-for-dev.java
## Table of Contents
- [Introduction](#nativefier-for-devjava)
- [How to Use](#how-to-use)
- [Prerequisites](#prerequisites)
- [Build the Desktop App](#build-the-desktop-app)
- [Screenshots](#screenshots)## Introduction
Nativefier is a command-line tool that effortlessly creates desktop apps for websites, wrapped by Electron in an OS executable (.app, .exe, etc) for use on Windows, macOS, and Linux.In this project, I've developed a desktop application for [https://dev.java/](https://dev.java/)—the go-to platform for Java developers, offering hundreds of tutorials, news, and videos from experts.
## How to use
### Prerequisites
Before you begin, ensure that Nativefier is installed on your system. For more information, check out their [repository](https://github.com/nativefier/nativefier).### Build the Desktop App
Install Nativefier and run
```bash
nativefier "https://dev.java/"
```***Run the Desktop App***
Once the build process is complete, you'll find the executable file for your operating system (e.g., .app for macOS, .exe for Windows) in the output directory. Run the executable to launch the Dev.Java desktop app.
## Screenshot
![image](https://user-images.githubusercontent.com/88356497/217834312-bc0c24dc-7aec-4aa4-9bfa-84cf8fbb5298.png)