Socket
Socket
Sign inDemoInstall

create-nextron-app

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-nextron-app - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "create-nextron-app",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create Nextron (Electron + Next.js) apps in one command",

@@ -5,0 +5,0 @@ "repository": "git@github.com:saltyshiomix/create-nextron-app.git",

@@ -1,2 +0,45 @@

# create-nextron-app
⚡ Create Nextron (Electron + Next.js) apps in one command ⚡
<p align="center"><img src="https://i.imgur.com/DNOsAH0.png"></p>
<p align="center">
<a href="https://github.com/unicodeveloper/awesome-nextjs">
<img src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg">
</a>
<a href="https://www.npmjs.com/package/create-nextron-app">
<img src="https://img.shields.io/npm/v/create-nextron-app.svg">
</a>
<a href="https://www.npmjs.com/package/create-nextron-app">
<img src="https://img.shields.io/npm/dt/create-nextron-app.svg">
</a>
</p>
Create Electron + Next.js apps in one command ⚡
## Usage
### With Npm
```bash
# `with-javascript` example
$ npx create-nextron-app my-app
# `with-typescript-material-ui` example
$ npx create-nextron-app my-app --example with-typescript-material-ui
```
### With Yarn
```bash
# `with-javascript` example
$ yarn create nextron-app my-app
# `with-typescript-material-ui` example
$ yarn create nextron-app my-app --example with-typescript-material-ui
```
## Examples
<https://github.com/saltyshiomix/nextron/tree/master/examples>
## Related
[Nextron - ⚡ Electron + Next.js ⚡](https://github.com/saltyshiomix/nextron)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc