Socket
Socket
Sign inDemoInstall

create-desk-native-app

Package Overview
Dependencies
3
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-desk-native-app

A full-stack framework for building native desktop applications with web technologies.


Version published
Weekly downloads
1
Maintainers
1
Install size
230 kB
Created
Weekly downloads
 

Readme

Source

Desk-Native

Desk-Native logo
A Build Tool for Creating Full-Stack Native Desktop Applications for Linux, Mac and Windows
with Web Technologies.

Desk Native

Contribute · Submit an Issue · Documentation

It just scaffolds an express electron app but is way simple and minimal, We don't know if it would be useful or not but we find ourselves repeating so here we go.
And one thing to mention, it compiles in a build so no need for node on the user side.


Development Setup

Prerequisites

Setting Up a Project

Create workspace:

npm create desk-native-app@latest <app_name>

or

npx create-desk-native-app@latest <app_name>

Run the application:

cd <app_name>
npm run dev

Compile application for native platforms:

npm run build

Like Desk-Native? Give our repo a star

Keywords

FAQs

Last updated on 11 Apr 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc